el error que me da es el sig:
Warning: Undefined variable: url in
archivo.php on line 38
La 38 es if($url)
<?php
function spider($url)
{
if(!preg_match("=://=", $url)) die ("<pre><b>$url</b> nicht vollständig.</pre>");
$fh = @fopen("$url", "r");
if(!$fh) die ("<pre><b>$url</b> nicht erreichbar.</pre>");
$grabfile = fread($fh, 3000);
preg_match("|<title[^>]*>(.*)</title>|siU", $grabfile, $title);
$metatags = get_meta_tags("$url");
$title = $title[1];
$description = $metatags["description"];
$keywords = $metatags["keywords"];
@fclose($fh);
return array($title,$description,$keywords);
}
if($url)
{
$meta = spider($url);
echo "<pre>";
Ayuda Please!!

<iframe border="0" width="200" scrolling="no" frameborder="0" src="http://www.iespana.es/loencuentras/logoagrega.swf" height="150" name="banner" marginwidth="0" marginheight="0"> </iframe>