View Single Post
Old 03-03-2008, 01:35 PM   #7 (permalink)
vungom
The Visitor
 
Join Date: Oct 2007
Posts: 3
Thanks: 0
vungom is on a distinguished road
Default

i created 2 variables to compare but i think php only compares the first variable
something like this
if($a=='user'&& $b=='pwd')
{
echo "correct";
}
vungom is offline  
Reply With Quote