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 Westi 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: *

  1. hlpang2002

    PHP Notice: Undefined index problems ..

    well .. thanks to everyone here .. finally, i solved this already .. =) ... thanks for your all help .. appreciate so much .. cheers ! .. =)
  2. hlpang2002

    PHP Notice: Undefined index problems ..

    well .. first of all .. thanks to many to reply my question .. i still not understand .. is that i have do wrong in this if (isset($_POST['username'])) { ?? well, i have javascript validation also .. after click the button, it will validate all the things that users key in .. if there is no...
  3. hlpang2002

    PHP Notice: Undefined index problems ..

    I need help in this code .. somebody please help me to see what happen on it .. thanks ... the error is here .. : PHP Notice: Undefined index: username in C:\Program Files\Apache Group\Apache2\htdocs\register5.php on line 175 PHP Notice: Undefined index: password in C:\Program Files\Apache...
  4. 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...
  5. 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