Hello,<div>I have integrated a <b>&quot;Theme Reference&quot;</b> page to provide some useful information about my framework. I am going to load remote data by reading RSS Feed. Here is the code logic,</div><div><br></div>
<div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
function get_chip_life_feed( $feed_url ) {   <br>    $content = file_get_contents( $feed_url );  <br>    $feed = new SimpleXmlElement( $content ); <br><span class="Apple-tab-span" style="white-space:pre">        </span>return $feed; <br>
}<br>$feed = get_chip_life_feed( &#39;<a href="http://www.tutorialchip.com/feed/chip-life-tutorials/">http://www.tutorialchip.com/feed/chip-life-tutorials/</a>&#39; );</blockquote></div><div><br></div><div>I have got following Warning after submitting the theme,</div>
<div><br></div><div><span class="Apple-style-span" style="color: rgb(85, 85, 85); font-family: &#39;Lucida Grande&#39;, Verdana, &#39;Bitstream Vera Sans&#39;, Arial, sans-serif; font-size: 12px; line-height: 22px; background-color: rgb(255, 255, 255); "><span class="tc-lead tc-warning" style="color: red; ">WARNING</span>: <strong style="font-weight: bold; ">file_get_contents</strong> was found in the file <strong style="font-weight: bold; ">tutorials.php</strong> possible file operations.</span></div>
<div><br></div><div>Is it now allowed to load data via RSS ?</div><div>So how can i load dynamic data without this ?</div><div><br></div><div>Help is really appreciated.</div><div><br></div><div>-- <br><font color="#666666">Regards</font><div>
<font color="#666666">Qamar Ashraf</font></div><div><font color="#666666">Project Manager</font></div><div><font color="#666666"><a href="http://www.tutorialchip.com" target="_blank">www.tutorialchip.com</a></font></div><div>
<font color="#666666"><a href="http://www.freestockphotosclub.com" target="_blank">www.freestockphotosclub.com</a></font></div><div><a href="http://www.twunfollowapp.com" target="_blank">www.twunfollowapp.com</a></div><div>
<font color="#666666">@lifeobject1</font></div><br>
</div>