Help With Script!
Posted: Tue Feb 02, 2010 3:58 pm
Can someone please direct me to a website with a login/registration php script tutorial? Thanks
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
if ($username == "Whatever")
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://whatever.com/page1.php\">";
}
else
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://whatever.com/page2.php\">";
}