Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ Q: How many Marxists does it take to \
| screw in a light bulb? A: None: The |
| light bulb contains the seeds of its |
\ own revolution. /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;