Stut schreef:
Ross wrote:
I want to get a positive resuly comparing
Apple with aPPLE
or CaR with car
anyone know if there is a built in php function?
http://php.net/strcasecmp
-Stut
Indeed better.
Andriesss
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: ht
Ross wrote:
I want to get a positive resuly comparing
Apple with aPPLE
or CaR with car
anyone know if there is a built in php function?
http://php.net/strcasecmp
-Stut
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ross schreef:
I want to get a positive resuly comparing
Apple with aPPLE
or CaR with car
anyone know if there is a built in php function?
R.
if (strtolower('Apple') === strtolower('aPPLE')) {
echo 'compared successfull case insensitive';
}
Regards,
Andriesss
--
PHP General Maili
I want to get a positive resuly comparing
Apple with aPPLE
or CaR with car
anyone know if there is a built in php function?
R.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4 matches
Mail list logo