How to create a RSS feed using PhP? i tried several lessons on the net.. But Whne i using:
Echo "%26lt;?RSS......"
it returns error, because it recognize the %26lt;? as a PhP element... So, what cn i do?
Create RSS in PhP?
don't echo it. just allow it to print to screen outside the pgp tags. instead of
%26lt;?php
echo "%26lt;?RSS...";
echo "more stuff";
?%26gt;
do:
%26lt;?RSS..
%26lt;?
echo "more stuff";
?%26gt;
big teeth
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment