Jump to content

Members on my website


kanala

Recommended Posts

I need some help coding a PHP login script.I have a MySQL database with members Username and Password.If I have a form like below:

<form action="login.php" method="post"><input name="username" type="text" /><input name="password" type="text" /><input type="submit" value="Submit" /></form>

How would I create a script which looks up the database for the matching username and password and redirect to the account page?I have very little PHP knowledge, but I can understand most of it when I see it. So please could someone write me or direct me to a script described above.Thank you

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...