Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ The ultimate game show will be the one \
| where somebody gets killed at the end. |
| |
| -- Chuck Barris, creator of "The Gong |
\ Show" /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;