I installed on my website rss news by using backend.php file.
The problem is that all of my news are written in HTML language, so rss (PHP - backend.php) script is showing me error.
Is there any code that would automaticly change all HTML language to PHP.
Example:
(HTML)
<a href="www.mysite.com"> test</a>
(PHP)
<a href=\"www.mysite.com\"> test</a>
PS: I'm using backend.php (PHP-Nuke) file for rss news, becouse all of my news are stored in MySql base.