Re: [PHP] Scrubbing URL's

2006-07-13 Thread Chris
Paul Nowosielski wrote: Dear All, I have 150,000 + URLS I need to validate. When I say validate, I mean I would like to verify the URL opens up a web page that returns a '200' and not a '404'. I was thinking of first verifying the host has a DNS A record by using checkdnsrr(). Then using

[PHP] Scrubbing URL's

2006-07-12 Thread Paul Nowosielski
Dear All, I have 150,000 + URLS I need to validate. When I say validate, I mean I would like to verify the URL opens up a web page that returns a '200' and not a '404'. I was thinking of first verifying the host has a DNS A record by using checkdnsrr(). Then using CURL to check server respon