Search found 4 matches
- Thu Sep 03, 2009 8:36 pm
- Forum: PHP - Code
- Topic: domain name availability checker
- Replies: 1
- Views: 175
domain name availability checker
hi... im looking for domain checker code for malaysian .com.my domain name..any one have the coding? I have problem at this line--> '.com.my' => array('whois.mynic.my','No match for') When check for XXXxxx.com.my, the result will return is taken, although the domain name still available. Below is my...
- Thu Sep 03, 2009 8:31 pm
- Forum: PHP - Code
- Topic: domain name availability checker
- Replies: 1
- Views: 135
domain name availability checker
hi... im looking for domain checker code for malaysian .com.my domain name..any one have the coding? I have problem at this line--> '.com.my' => array('whois.mynic.my','No match for') When check for XXXxxx.com.my, the result will return is taken, although the domain name still available. Below is my...
- Thu Sep 03, 2009 3:26 am
- Forum: PHP - Code
- Topic: domain name availability
- Replies: 1
- Views: 234
domain name availability
hi... im looking for domain checker code for malaysian .com.my domain name..any one have the coding? I have problem at this line--> '.com.my' => array('whois.mynic.my','No match for') When check for XXXxxx.com.my, the result will return is taken, although the domain name still available. Below is my...
- Thu Sep 03, 2009 2:25 am
- Forum: PHP - Code
- Topic: check domain name availability
- Replies: 0
- Views: 146
check domain name availability
hi... i am doing domain name availability checker. Below is my code. I have problem at this line --> '.com.my' => array('whois.mynic.my','No match for'), when i check for xxx.com.my. all the results will show is taken. Anyone know what is the problem? Thanks a lot.... <? error_reporting(0); set_time...