idtstudios2
Programmer
I'm trying to write a script that will visit any given webpage and look for a link tag with the type 'type="application/rss+xml"' and then output the link. Now, it seems that meta tags are no problem to get because of "get_meta_tags" but I have had no luck on finding anything for link data yet. anyone have any suggestions?