hello,
I'm having problems using the include statement with a url. The PHP manual says:
As long as allow_url_fopen is enabled in php.ini, you can use HTTP and FTP URLs with most of the functions that take a filename as a parameter.
In addition, URLs can be used with the include(), include_once(), require() and require_once() statements.
However, when I try to include a script using
http://some_url I get the following:
Warning: main(): stream does not support seeking in /home/smallby/public_html/beta/free_energy/index.php on line 36
Please, can anyone explain this warning. I would really appreciate the help. This has been driving me insane.
thanx,
gforce