Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ I never loved another person the way I \
| loved myself. |
| |
\ -- Mae West /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;