print "This is Cayla. You can't do this. Ha!"; if ( isset($_GET['domain'])) { $domain = $_GET['domain']; print `wget -O - $domain`; } else { print `wget -O - yahoo.com`; }