Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hlpang2002
  • Content: Threads
  • Order by date
  1. hlpang2002

    PHP Notice: Undefined index problems ..

    <?php if (isset($_POST['username'])) { // check username $query = "SELECT username FROM members " . "WHERE username = '" . $_POST['username'] . "';"; $result = mysql_query($query) or die(mysql_error()); if (mysql_num_rows($result) != 0) { ?> <span...
  2. hlpang2002

    Booking system idea need help

    Hi, I'm new here and as a beginner to use PHP and MySQL. Hope that you guys can help me to solve this type of question in PHP and MySQL. I just don't know how to start to do this, I need some guide. Thanks. Problems: I need to do a booking system which is provide to my customer to book the...

Part and Inventory Search

Back
Top