Enjoy a randomly generated fortune:
$ fortune | cowsay
___________________________________
/ It is the quality rather than the \
| quantity that matters. |
| |
\ -- Lucius Annaeus Seneca /
-----------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;