Enjoy a randomly generated fortune:
$ fortune | cowsay
_______________________________________
/ QOTD: \
| |
| "It wouldn't have been anything, even |
\ if it were gonna be a thing." /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;