Big Hello to all
I've been trying to get the meta gags out of some html file, which is starting to feel impossible.
if(strstr($the_page[$index],".html")){
$the_page[$index] = ereg_replace("\n", "", $the_page[$index]);
$file_b = fopen($the_page[$index], "r");
$meta = get_meta_tags($the_page[$index]);
}
someone please help I don't know what am I doing wrong.
Thanks
gizzmo