At 14:27 24-11-03, you wrote:
pete M wrote:
Even the pros systems crash sometimes
http://www.php.net/
webmaster says it is fixed now, just waiting for the mirrors to pick it up.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
pete M wrote:
Even the pros systems crash sometimes
http://www.php.net/
// Highlight PHP code
function highlight_php($code, $return = FALSE)
{
// Using OB, as highlight_string() only supports
// returning the result from 4.2.0
ob_start();
highlight_string($code);
$highlighted = ob_
pete M wrote:
Even the pros systems crash sometimes
http://www.php.net/
Dr. Evil-Parse-Error strikes again! :)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Even the pros systems crash sometimes
http://www.php.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4 matches
Mail list logo