Hi !
Can some one give me a little step by step to put me onthe right way..
I'd like to use PHP with Postresql.
I need to make many whois query on the domain names that we own, to store
the information such as expiration date and so in our DB.
I was thinking of :
using php to open the url of the query, retrieve the new web page with ftp
mode,
parsing the page with some "expression régulieres" and then uploading the
found data in my DB...
Can you tell me what you think of that, is there any way to be quicker and
easier, and maybe some advice on how to retrieve and parse the file..
because I dont really know how to..
Thank you..
Fred.
Can some one give me a little step by step to put me onthe right way..
I'd like to use PHP with Postresql.
I need to make many whois query on the domain names that we own, to store
the information such as expiration date and so in our DB.
I was thinking of :
using php to open the url of the query, retrieve the new web page with ftp
mode,
parsing the page with some "expression régulieres" and then uploading the
found data in my DB...
Can you tell me what you think of that, is there any way to be quicker and
easier, and maybe some advice on how to retrieve and parse the file..
because I dont really know how to..
Thank you..
Fred.
Comment