• 0

PHP Login Scripts - Where Can I Find Them?


Question

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

  • 0

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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.