Hi ,
i'm using php in the command line and code snippet looks like:
<?php
echo "\033[1mTesting\033[0m\n";
echo "\e[31;1mTesting\e[m\n";
?>
I use ANSI sequences to colorize the output in the bash. Well executing
echo -e "\e[31;1mTesting\e[m";
in the bash works fine but doesn't in php. The bold stuff work fine
using php and bash , so i was wondering why this behavior shows up.
any clues, or redirections to other mailing lists?
regards Ali
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php