Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ An artist should be fit for the best \
\ society and keep out of it. /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;