Re: [PHP] Running script on remote server

2001-03-19 Thread Jason Stechschulte
On Sat, Mar 17, 2001 at 05:27:55PM +1300, Patrick Dunford wrote: The example in the Help shows opening a file at http://www.php.net/ with fopen(). Are they accessing the source code of the script, or the HTML code that is output by the PHP server when it runs the PHP script that it loads from

[PHP] Running script on remote server

2001-03-16 Thread Patrick Dunford
The PHP 4.0 manual contains this information: - Chapter 20. Using remote files As long as support for the "URL fopen wrapper" is enabled when you configure PHP (which it is unless you explicitly pass the --disable-url-fopen-wrapper flag to configure