RE: [PHP] Remote include

2004-06-09 Thread James Harrell
PROTECTED] >Sent: Wednesday, June 09, 2004 5:31 AM >To: [EMAIL PROTECTED] >Subject: [PHP] Remote include > > >I need to include in my PHP code a script located at a remote >web server. The script is also PHP and contains some functions and >class definitions. Because the remote serve

[PHP] Remote include

2004-06-09 Thread Tumurbaatar S.
I need to include in my PHP code a script located at a remote web server. The script is also PHP and contains some functions and class definitions. Because the remote server also use PHP, I've changed my include file extension ("php") to something other (e.g. "inc"). Because I'm afraid that the ser