Enjoy a randomly generated fortune:
$ fortune | cowsay _________________________________________ / The goal of Computer Science is to \ | build something that will last at least | \ until we've finished building it. / ----------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay"); echo $output;