Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ When the candles are out all women are \
| fair. |
| |
\ -- Plutarch /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;