Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ It's easy to get on the internet and \
| forget you have a life |
| |
\ -- Topic on #LinuxGER /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;