Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP
#4
(07-21-2011, 09:03 PM)roperson Wrote: Worked. Big Grin
Now, the login page won't work....

Code:
$id="*";
        if($_POST['pwd']==$id)
        {
            setcookie("admi", "Yes", time()+3600);
            echo "Yes";
        }
        else
            echo "No";

Reply


Messages In This Thread
PHP - by Dignity - 07-21-2011, 08:46 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)