skate wrote 31 7 2003 14:11 Re: [PHP-WIN] Failure remote includes:
<...you tried ...
http://somedomain.com/index.html'); ?>
would it not be more beneficial to open the files (fopen, fread)? this way
you can parse the page if needed, and add your own headers / footers without
killi
> http://somedomain.com/'); ?>
> give error Failed opening 'http://somedomain.com/' for inclusion
you tried ...
http://somedomain.com/index.html'); ?>
would it not be more beneficial to open the files (fopen, fread)? this way
you can parse the page if needed, and add your own headers / foote
PHP 4.3.2, Apache 2.0.47, Windows XP Pro
PHP includes of remote files like
http://somedomain.com/'); ?>
give error Failed opening 'http://somedomain.com/' for inclusion
includes of local files like
no problem.
The problem with inclusion of remote files was supposedly solved with PHP
4.3.0, bu