Recent content by vlost1

  1. V

    Please help with PHP form to redirect?

    Can you please tell me how to change the following php code to redirect the successfully logged in client to available.html instead of login_success.php: $sql="SELECT * FROM $tbl_name WHERE username='$myusername' and password='$mypassword'"; $result=mysql_query($sql)...
  2. V

    PHP mysql form help please for complete newbie.?

    I have built a form to enter registration details into a mysql database. The form connects ok and inputs the details in to the members table with one big problem it puts an = sign in front of all the details thus preventing username and password verification on login. I also want instead of...
  3. V

    PHP mysql form help needed please!!!?

    I am trying to make a registration form for my db called vixtay with a table called members. I need the form to input the new registrants details into the fields in members called Name, Email, Telephone, Username and password. The form below seems to connect to the database but will not input...
  4. V

    PHP form help needed please to input data into mysql database.?

    Hi I have set up a database and need the following form to connect to and insert registration details. The form seems to connect ok but when I click submit it doesn't insert the data into the db. I also want to include a link to thanks.php page when the registration has been successful. Can...
Back
Top