Forum Moderators: phranque
What i need to know is
1, Will Google and other search engines spider the linked pages
2, How do i detect the page title of the linked page
Thanks
You would have to parse the file and extract the text between the title tags. I would recomend doing this in such a way so that it only has to do it the first time it detects a new file, and store it in a database table with the lookup key of the file name.