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

btw i am comparing variable to variable from a text file something like this

if(($user==$username) && ($pwd==$pass) )
{
echo "correct"; }

thanks for the quick reply
vungom is offline  
Reply With Quote