Re: [PHP] E_ALL | E_STRICT

2006-08-25 Thread Andries Seutens
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

Re: [PHP] a quick one - case insensitive string comparison

2006-08-10 Thread Andries Seutens
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

Re: [PHP] PHP Frameworks - Opinion

2006-08-02 Thread 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

Re: [PHP] Printer Friendly

2006-08-02 Thread Andries Seutens
to 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