Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ If imprinted foil seal under cap is \
| broken or missing when purchased, do |
\ not use. /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;