Howcome this errors?
Posted: Tue Sep 05, 2006 8:28 pm
feyd | Please use
Help please.
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Howcome this gives me, Error on line 4..
http://virusdotexe.110mb.com/auth.php to see the error.
This is the codeCode: Select all
<?php
$fname=$_POST['firstname']
$lname=$_POST['lastname']
$uname=$_POST['username']
$pass=$_POST['password']
if(($fname=="Donovan")&&($lname=="Burton")&&($uname=="Abomination")&&($pass=="001001001")) {
header("location:success.html")
}
else {
echo Bad Login Info. Please contact the administrator.
}
?>Help please.
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]