how to use this php code:
<?php
$olderror_reporting =error_reporting(0);
include ("http://rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Fnews.google.co.il%2Fnews% 3Fhl%3Diw%26um%3D1%26tab%3Dwn%26q%3D%25D7%25A0%25D 7%2599%25D7%25AA%25D7%2595%25D7%2597%2B%25D7%25A4% 25D7%259C%25D7%25A1%25D7%2598%25D7%2599%26ie%3DUTF-8%26nolr%3D1%26output%3Drss&newpage=1&chead=1&atl= 1&desc=1&owncss=&eleminate=&auth=1&dts=1&width=300 &max=5&tlen=0&rnd=1&bt=3&bs=Double&nmb=&ntb=&naf=& nst=&nwd=0&nht=0&dlen=0&lstyle=-1&lc=Blue&bg=White&bc=Gray&spc=&ims=&tc=&ts=11&tfo nt=Verdana,+Arial,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
error_reporting($olderror_reporting);
?>
when i upload this code in php page - no result
thank you
<?php
$olderror_reporting =error_reporting(0);
include ("http://rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Fnews.google.co.il%2Fnews% 3Fhl%3Diw%26um%3D1%26tab%3Dwn%26q%3D%25D7%25A0%25D 7%2599%25D7%25AA%25D7%2595%25D7%2597%2B%25D7%25A4% 25D7%259C%25D7%25A1%25D7%2598%25D7%2599%26ie%3DUTF-8%26nolr%3D1%26output%3Drss&newpage=1&chead=1&atl= 1&desc=1&owncss=&eleminate=&auth=1&dts=1&width=300 &max=5&tlen=0&rnd=1&bt=3&bs=Double&nmb=&ntb=&naf=& nst=&nwd=0&nht=0&dlen=0&lstyle=-1&lc=Blue&bg=White&bc=Gray&spc=&ims=&tc=&ts=11&tfo nt=Verdana,+Arial,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
error_reporting($olderror_reporting);
?>
when i upload this code in php page - no result
thank you