Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ Applause, n: \
| |
| The echo of a platitude from the mouth |
| of a fool. |
| |
\ -- Ambrose Bierce /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;