Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Php Question?

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/%22, "r");

$httpfile = stream_get_meta_data;

echo "<b>Meta Name</b>";

echo "<br />";

echo "<b>Meta Keywords</b>";

echo "<br />";

echo "<b>Meta Spool</b>";

echo "<br />";

echo $httpfile;

echo "<br />";

echo "<b>Links</b>";

echo "<br />";

echo "<b>Content rating</b>";

echo "<br />";

fclose($handle);

?>

1 Answer

Relevance
Still have questions? Get your answers by asking now.