Enjoy a randomly generated fortune:
$ fortune | cowsay ______________________________________ / Every young man should have a hobby: \ | learning how to handle money is the | | best one. | | | \ -- Jack Hurley / -------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay"); echo $output;