Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ Hollerith, v.: \
| |
| What thou doest when thy phone is on |
\ the fritzeth. /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;