Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ The average Ph.D thesis is nothing but \
| the transference of bones from one |
| graveyard to another. |
| |
\ -- J. Frank Dobie, "A Texan in England" /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;