why does

<? $qty = "0" ; if ($qty != "test") print "qty is not test"; ?>

work properly but not the following

<? $qty = 0 ; if ($qty != "test") print "qty is not test"; ?>

Thanks,

Robin

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to