Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ If the rich could pay the poor to die \
| for them, what a living the poor could |
\ make! /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;