Description

Domain check script , any type of extention.
also if u make mistake of (www.) it wil fix !! www.example.com => example.com
When you check the domain , Domain wil save in session for comming 1 hour when domain is free to register
When you check the domain and domain is already registered then domain wil save in session for comming 24 hours
it returns XML format

StatusCode'sDescription
free0000Domain is free for registration
error0001Domain is empty
active0002Domain is domain is already registered
error0003Domain is not accepted from domain provider server
error0004Domain is not accepted domain validation function
error0005key is empty
error0006Key disable or not avalible

Example #1

http://api.siddiquie.net/DomainCheck/xml.php?Domain=google.com&key=demo

Return Example #1 XML

<xml version="1.0" encoding="UTF-8">
<data>
    <Domain>
        <Name>google.com</Name>
        <Status>active</Status>
        <Code>0002</Code>
    </Domain>
</data>