Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ I put up my thumb... and it blotted out \
| the planet Earth. |
| |
\ -- Neil Armstrong /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;