Enjoy a randomly generated fortune:
$ fortune | cowsay ______________________________________ / If in any problem you find yourself \ | doing an immense amount of work, the | | answer can be obtained by simple | \ inspection. / -------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay"); echo $output;