View Single Post
Old 07-27-2009, 11:32 AM   #4 (permalink)
DarkMan
Senior Member
 
Join Date: Mar 2009
Posts: 245
Reputation: 27
DarkMan is on a distinguished road

cBay Rating:
Default

Quote:
Originally Posted by Sfiuplayer View Post
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"; } ?>
DarkMan is offline   Reply With Quote