PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
the PHP Whois script Classes is work fine for generic domains like [.net .com .org] but it can't work for country code domains like co.in, co.za...... Is there any way to got that
Provide any way to got this or some suggestion needed to achieve this
The Whois script you have works for "generic domains." So you can only look at those types of domains until you figure out how to look for country specific domains. Therefore you filter the domains you will look for through the script to just the domains it can handle at this time.
vinoth wrote:Now I check the domain availability by using file exists condition
A domain can be occupied, but be completely empty of files. You sure that'll work? There are plenty of unused domains. They like to think of it as internet real estate.
after the domain name got registered..
How it will be no file
Anyway it just contain the index file or the domain name hosters will provide the default files
You should map the domain to some host (server IP) for files like index.html etc to be visible.
If you just buy a domain name and dont host it, there wouldnt be any website associated with it.
Mapping a domain name to a host server is done using DNS.