EELFACE Posted December 7, 2008 Share Posted December 7, 2008 Hello PHP Freaks! This is my first post here and I hope your expertise can help. My issue is trying to remove extraneous html tags from an rss feed. I am using rss2html which allows me to present rss feeds on my website but the feeds come out with extra html tags in the feed (eg: <b>...</b> tags show up in the feed.) Apperantly there is a strip_tags function that will remove html tags from the feed but I do not know where to add the tags in the .php file. I read that adding: strip_tags($rss_parser->ItemDescription[$x]) would remove the tags but cannot figure out where in the .php file to add this string. Does anyone know where to modify the rss2html.php file so that the strip_tags function will perform the required task? I would be happy to offer a small payment to someone who could help me with this. Let me know if you need further information to help me. Regards, EELFACE basevinyl at yahoo dot com Link to comment https://forums.phpfreaks.com/topic/135850-strip_tags-in-rss2htmlphp-help-requested/ Share on other sites More sharing options...
premiso Posted December 7, 2008 Share Posted December 7, 2008 Posting the code might be helpful.... Link to comment https://forums.phpfreaks.com/topic/135850-strip_tags-in-rss2htmlphp-help-requested/#findComment-708145 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.