tony
Member since Dec 11, 2008
- Profile: /members/1751-tony.htm
- Comments: 1
Recent Blog Comments By tony
-
Ask Ben: Checking Domain Name Availability Using ColdFusion
Posted on Dec 1, 2008 at 2:01 PM
A few years back, I built a quick and dirty Domain lookup for personal use, and it's proven quite useful. It's built on DIG, available here: http://members.shaw.ca/nicholas.fong/dig/ then the code to call the lookup is simply: <cfexecute name="C:\dig\whois.exe" arguments="#domain#" variable="... read more »