English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

1 answers

wow....????

2006-08-18 00:16:43 · answer #1 · answered by (◕‿◕✿) 5 · 0 0

fedest.com, questions and answers