* and then SASSINC Internet Solutions - Arabic Department declared....
> Hi again..
> 
> How to compare between two values, One imported from a mySQL DB and the other 
> grabbed by GET (http://www.sitename.com/test.php?value2=3342g345)


if($myMySQLValue==$_GET['myGetVar']) {
    do stuff....
}

-- 
Nick W

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to