Hi guys,
apologies if this is something silly i'm still quite new to MySQL so here goes...
the user fills out this form to sign up to the website, the form checks the database to see if the username has already been taken with the code:
$conn = mysql_connect("localhost:3306", "root"...
I'm quite new to php and i;m struggling, i'm trying to write a simple login section which checks a username and a password against a database and then either redirects you to the main website (if details are correct) or back to the login page (if incorrect)
I've got a simple html form which...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.