Hi Tedd,
E_STRICT isn't available prior to PHP 5.
Best regards,
Andries Seutens
Belgium
http://andries.systray.be
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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 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
accomplished it in php ?
Thanks
This depends on where your content comes from, and the way you have
setup your output to be generated.
A simple example would be to setup a new page where you display the same
content, but with all the html tags stripped...
Best regards,
Andries Seutens
that the community at the Zend Framework is doing a
pretty good job. Everything is coded very well, with a lot of
possibilities to extend things to your personal needs (if nessecary).
Regards,
Andries Seutens
Belgium
http://andries.systray.be
--
PHP General Mailing List (http://www.php.net
5 matches
Mail list logo