"Mark Eckeard" <[EMAIL PROTECTED]> wrote:
> Does anyone know of any PHP code that will take
> a URL from a form and go to the web & verify if it
> exists?

fopen() will do it.  You can use the socket functions.  curl can be used if
it was configured into your PHP install.  You could also use an existing
open source application like mnogosearch.

> What about search the META tags as well??

Read the manual - there are functions specifically for this (though they
won't work if the meta tags aren't exactly as expected).

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to