$whois_server = "whois.isoc.org.il"; $domain = "isoc.org.il"; $con = fsockopen($domain,43); fwrite($con,$domain); while((feof($con) !== false)) { }