Thread Rating:
- 0 Vote(s) - 0 Average
- 1
- 2
- 3
- 4
- 5
PHP
|
Posts: 2,843
Threads: 382
Joined: Jul 2012
Reputation:
0
(07-21-2011, 09:03 PM)roperson Wrote: Worked. 
Now, the login page won't work....
Code: $id="*";
if($_POST['pwd']==$id)
{
setcookie("admi", "Yes", time()+3600);
echo "Yes";
}
else
echo "No";
|
Users browsing this thread: 1 Guest(s)