Welcome Guest, Not a member yet? Register   Sign In
Rss feed creation probs
#1

[eluser]Senthilguru[/eluser]
Hi friends,

I m using ci for my application. i tried to create an rss feed...in my controller
but it showing the following error..
*XML Parsing Error: XML or text declaration not at start of entity
*<?xml version="1.0" encoding="ISO-8859-1"?>-^
can one guide me how to create rss feeds from controller itself?
#2

[eluser]manilodisan[/eluser]
you have to echo that xml start tag out as it's conflicting with PHP:

Code:
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>";
#3

[eluser]Senthilguru[/eluser]
Thanks dude..its working fine....




Theme © iAndrew 2016 - Forum software by © MyBB