Sorry, but it doesn't work! I've tried this:
<head> </head>
<body>
<?php
$metatags = get_meta_tags("http://www.phpbuilder.com/", 1);
echo $metatags[keywords];
?>
</body>
but all i get is this: (when i view source)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type></HEAD>
<BODY></BODY>
I've even tried without the "/" behind, without the ",1"
even without "http://", but i keep getting the same results and a blank page. Can someone please help me?