Enjoy a randomly generated fortune:
$ fortune | cowsay
_______________________________________
/ Having no talent is no longer enough. \
| |
\ -- Gore Vidal /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;