I am usinf the usual if statement here

 If ($dservice == $olddservice) {
Echo ("TRUE");
exit();
}

My question is that if $dservices = Main and $olddservice = main then the
above statement will not display TRUE.

How can i get it to were it will see that Main is the same as main and so
on?




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

Reply via email to