Ok, im building a project which gets the web address and shows meta information... heres my code... how do i get it to work?
i need it to desplay the info of meta info heres my current code :
@$handle = fopen("http://$address/", "r");
$httpfile = stream_get_meta_data;
echo "Meta Name";
echo "
";
echo "Meta Keywords";
echo "
";
echo "Meta Spool";
echo "
";
echo $httpfile;
echo "
";
echo "Links";
echo "
";
echo "Content rating";
echo "
";
fclose($handle);
?>
2006-08-18
00:11:27
·
1 answers
·
asked by
Angus M
2
in
Computers & Internet
➔ Internet