Enjoy a randomly generated fortune:
$ fortune | cowsay
__________________________________
/ The most common form of marriage \
\ proposal: "YOU'RE WHAT!?" /
----------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;