leachus2002 Posted January 11, 2003 Share Posted January 11, 2003 I have just launched a new website, and it requires a log-in script for users to access specific pages. Does anyone know a site where I can pick up a php script? Eg..user.php or login.php?? I have been looking for a while but can't find one Can anyone help? Cheers :rolleyes: Link to comment Share on other sites More sharing options...
0 Ricky Baby Posted January 11, 2003 Share Posted January 11, 2003 www.hotscripts.com Link to comment Share on other sites More sharing options...
0 john smith 1924 Veteran Posted January 11, 2003 Veteran Share Posted January 11, 2003 why dont you try and make one dude? Its not that hard- at its simplest just have a box for a password, which submits to a php page; if ($_POST['password'] == "passwordhere" ) {echo "successful, <a href='page'>proceed,</a> proceed to the protected page"; } else {echo"error incorrect password"; } try something like that Link to comment Share on other sites More sharing options...
Question
leachus2002
I have just launched a new website, and it requires a log-in script for users to access specific pages. Does anyone know a site where I can pick up a php script? Eg..user.php or login.php??
I have been looking for a while but can't find one
Can anyone help?
Cheers :rolleyes:
Link to comment
Share on other sites
2 answers to this question
Recommended Posts