Quote:
Originally Posted by Sfiuplayer Do you have your own database? If so pm me and i can do it for a price. |
with how his examplain his thing i dont thing his use any sql database or anything like thats its seeem more like
html :
Code:
<form action="signups.php" method="POST">
Password : <input name="pass" type="password" /><br />
<input type="submit" value="login" />
php :
Code:
<?php if ($_POST['pass'] == "lol") { code of redirection } else { echo "error bad password"; } ?>