Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ If pro is the opposite of con, what is \
\ the opposite of progress? /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;