Hello, i have developed a website and i am trying to add a rss feed to it. This is my first attempt at this. I found a helpful site on the internet that instructed me to download some files and upload them to my server and make a simple modification to my code which is adding this code to what i have: <?php include('http://www.yourserver.com/rss2html.php?XMLFILE=http://ww w.searchenginewatch.com/sew.xml&TEMPLATE=http://www.yourserver.or g/template1.html&MAXITEMS=20 target="_blank">'); ?>
i made sure everything was on the same line (i.e the parameter for the include function) and did the necessary substitution in the include function. i.e with my server url and stuff. I also uploaded the files to my server. The unfortunate thing is that when i view the page in the browser, i get this error:
Warning: include(rss2html.php?XMLFILE=http://www.searchenginewatch.com&TEMPLATE=template.html&M AXITEMS=1&target="_blank">) [ function.include]: failed to open stream: Invalid argument in C:\Program Files\xampp\htdocs\test.php on line 2
Warning: include() [ function.include]: Failed opening 'rss2html.php?XMLFILE=http://www.searchenginewatch.com&TEMPLATE=template.html&M AXITEMS=1&target="_blank">' for inclusion (include_path='.;C:\Program Files\xampp\php\pear\') in C:\Program Files\xampp\htdocs\test.php on line 2what do i do pls.
korkor
|