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

2007-12-12 14:39:24 · 1 answers · asked by parul 1 in Computers & Internet Programming & Design

when i use following code, given at http://us2.php.net/get_meta_tags, a CGI error occured. Please help me to find out where i make mistake.

// Assuming the above tags are at www.greatmatrimonial.com
$tags = get_meta_tags('http://www.greatmatrimonial.com/');

// Notice how the keys are all lowercase now, and
// how . was replaced by _ in the key.
echo $tags['author']; // name
echo $tags['keywords']; // php documentation
echo $tags['description']; // a php manual
echo $tags['geo_position']; // 49.33;-86.59
?>


CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.

2007-12-13 13:35:38 · update #1

1 answers

http://us2.php.net/get_meta_tags

2007-12-12 14:59:48 · answer #1 · answered by daa 7 · 0 0

fedest.com, questions and answers