hey guys !

I´m trying to use a if syntax to compare data and preselect radiobuttons.
I tried it like that:

if ($checked == "Patch")
$checked6 = "bla";

With numbers it works great but with char my $checked6 variable is empty !
I know php is case sensitive and I´m sure that problem is not the "case
sensitive"
so please help, im using a MS SQL Server 2000 (enterprise edition) and the
odbc driver!

thanks guys!

-----------------------------------------------------
[EMAIL PROTECTED]
-----------------------------------------------------



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

Reply via email to