RE: [PHP-WIN] php apache and multiple users

2004-02-09 Thread Vail, Warren
Spell checkers don't like technical terms; Aliasing (the apache term for establishing different base paths for different Domains, works with domains and not users (as far as I know). You might throw this question to the forums at http://www.apache.org. Warren Vail -Original Message- Fro

RE: [PHP-WIN] php apache and multiple users

2004-02-09 Thread Vail, Warren
You can use windows directory security to setup each user full permissions to only one directory below the apache base directory, then they can use their windows explorer (file explorer) to remote mount the authorized directory to their own machine (I'm assuming you are doing this over a lan and be

php-windows Digest 10 Feb 2004 00:30:37 -0000 Issue 2114

2004-02-09 Thread php-windows-digest-help
php-windows Digest 10 Feb 2004 00:30:37 - Issue 2114 Topics (messages 22774 through 22777): Re: IMAGES IN DB 22774 by: Svensson, B.A.T. (HKG) Re: problems with variables 22775 by: Luis Moreira PHP in(e)ternal - how is return value handled? 22776 by: Svensson, B.A.T.

[PHP-WIN] php apache and multiple users

2004-02-09 Thread Ricardo Oliveira
Hi all,     Can anyone tell me where I can find information about how to configure apache for windows with multiple users, each one with its own root directory. I want to allow the users to use php but I don't want the can see or even change the code from each other.   Thank's Ricardo

[PHP-WIN] PHP in(e)ternal - how is return value handled?

2004-02-09 Thread Svensson, B.A.T. (HKG)
As an old brain damged C programmer I have a question about PHP's behaviour when it returns data from a function: How does PHP internally return data from a function? Assume for instance this: $job[JOB_STATUS] = $data[JOB_STATUS]); $job[JOB_ID] = $data[JOB_ID]); $job[JOB_DAY]= $da

Re: [PHP-WIN] problems with variables

2004-02-09 Thread Luis Moreira
Your problem is in your "form_results.php3". There are instructions badly terminated. Look for missing quotes, for instance... Luis - Original Message - From: "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 07, 2004 9:42 PM Subject: RE: [PHP