Trouble with include function
Posted: Tue Dec 20, 2005 5:13 pm
I'm having problems with an include function.
or
the urls work fine but used in an include I get an error:
Warning: main(http://service.rssvp.com/mason/rssvp/feed.html?id=424): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in ...
See it here:
http://www.worldwatchreport.com/rss.php
I tried including other files with variables and had no trouble.
Any of you wizards know what the problem is? Thanks
Code: Select all
<?php
include ("http://service.rssvp.com/mason/rssvp/feed.html?id=424");
?>Code: Select all
<?php
include ("http://service.rssvp.com/mason/rssvp/feed.php?id=424");
?>Warning: main(http://service.rssvp.com/mason/rssvp/feed.html?id=424): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in ...
See it here:
http://www.worldwatchreport.com/rss.php
I tried including other files with variables and had no trouble.
Any of you wizards know what the problem is? Thanks