Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ To be a kind of moral Unix, he touched \
| the hem of Nature's shift. |
| |
\ -- Shelley /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;