Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ Anybody that wants the presidency so \
| much that he'll spend two years |
| organising and campaigning for it is |
| not to be trusted with the office. |
| |
\ -- David Broder /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;