[PHP] Remote file does not return var?

2002-04-15 Thread Imar de Vries
Hi all, is there any reason why an included remote file does not return a variable? I have constructed a login page, where a user can enter his username and password. After completion of the form, I include a verification file on a remote server, that checks the given username and pass with

Re: [PHP] Remote file does not return var?

2002-04-15 Thread Erik Price
On Monday, April 15, 2002, at 10:05 AM, Imar de Vries wrote: is there any reason why an included remote file does not return a variable? Think of include() as a function that simply imports the data from the included file and inserts it directly into the script that is doing the