Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ QOTD: \
| |
| "Just how much can I get away with and |
\ still go to heaven?" /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;