Have an account? Sign in
Login  Register  Facebook
Picture on feed (RSS)
Hi!
please i have this Fess "rss" on my web site and i wanna show the pictures
here is my file :
$xml .= '<image><url>'.$couverture.'</url><link>'.$filmurl.'</link></image>';

and the pictures doesn't work , the "synopsis + title" are working but the pictures no :s
Started: September 18, 2011 Latest Activity: September 18, 2011 xml rss php mysql image
1 Answer
to do that you have you use
<![CDATA[]]>
and delete the <image></image> some thing like this
 <description>
<![CDATA[
<a href =\"\".$url.\"\">
<img src=\"\".$imgurl.\"\" style=\"float: left;\" border=\"0\"/>
</a>
<div style=\"float: left\">
<br /> \".$description.\"... 
</div>]]>
</description>

Posted: MacOS
In: September 18, 2011

it's working thank you !!
September 18, 2011

Your Answer

xDo you want to answer this question? Please login or create an account to post your answer