Biggest nub question
Posted: Fri Jan 30, 2004 1:46 am
It's getting late and I'm a bit "out of it" if you know what I mean :d...and I wanna finish this script b4 I go to bed... :S
I'm getting
:s i KNow its very nub to ask this but I have no choice. TY
Code: Select all
<?
if (isset($user == jc && $pass == jc))
{
echo "1";
}else{
echo "2";
}Code: Select all
Parse error: parse error, expecting `','' or `')'' in /home2/***/***/***/***.php on line 2