I'm trying to get the meta tags.

<?php
$get_url = "http://www.philipsdomain.com";;

$metatags= get_meta_tags($get_url,1);

echo "$metatags[Keywords]";
echo "<br>";
echo "$metatags[Description]";

?>


This is the error I get

Warning: get_meta_tags("http://www.philipsdomain.com";) - No error in
d:\website\myphp\test1.php on line 4

Most sites that have meta tags that I have tried the meta tags do not come
up.  Is there a way to trap these errors? and give common out put?

Philip J. Newman
Philip's Domain - Internet Project.
http://www.philipsdomain.com/
[EMAIL PROTECTED]
Phone: +64 25 6144012




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to