03-03-2008, 01:58 PM
|
#10 (permalink)
|
|
The Visitor
Join Date: Oct 2007
Posts: 3
Thanks: 0
|
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
|
|
|
|