PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
If memory serves, there is no anchor tag in the RSS standard. The message should be passed through htmlentities. However what you are doing is handled elsewhere by the standard already via the <link> tag. Some feeds use <!CDATA[...]]> sections too (although for content mostly.)
Thanks.
I've noticed that the <link> tag adds the "Read Complete Article" here to the description. Do you know of any way to change what that text says? I would like to customize it.
BTW, my link variable that I had wrapped in the anchor had the htmlentities:
The following code, which succesfully created multiple links within the description tag worked but I can't seem to adapt it to what I need because of my lack of experience with PHP. I think it's got to do with my syntax.