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
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 - 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.
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
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
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