Enjoy a randomly generated fortune:
$ fortune | cowsay ________________________________________ / If opportunity came disguised as \ \ temptation, one knock would be enough. / ---------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay"); echo $output;