Enjoy a randomly generated fortune:
$ fortune | cowsay ________________________________________ / Pudder's Law: \ | | | Anything that begins well will end | | badly. | | | | (Note: The converse of Pudder's law is | \ not true.) / ---------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay"); echo $output;