Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: PHP
- To: <tlug@example.com>
- Subject: Re: PHP
- From: "GIC MLs" <lists@example.com>
- Date: Sun, 2 Sep 2001 14:00:12 +0900
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain;charset="iso-2022-jp"
- Delivered-To: tlug@example.com
- List-Help: <mailto:tlug-request@example.comsubject=help>
- List-Post: <mailto:tlug@example.com>
- List-Subscribe: <mailto:tlug-request@example.comsubject=subscribe>
- List-Unsubscribe: <mailto:tlug-request@example.comsubject=unsubscribe>
- Old-Return-Path: <lists@example.com>
- References: <3B919FFF.8B96A5B3@example.com> <002901c1335e$1faf0230$6d93edca@example.com> <3B91A9D7.AEF1D89C@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <flqwyB.A.PZD.Uxbk7@example.com>
- Resent-Sender: tlug-request@example.com
One way to do this is right from within a PHP script itself, using the putenv() function. It allows you to set environment variables - the environment in which PHP runs on the server. You can get a list of all of PHP's environment variables with the phpinfo(); function. (Put <? echo phpinfo(); ?> in a script and run it.) You can use the putenv() function to set environment variables as required, for example: $include_path = "/path/to/directory/containing/form.php/script"; putenv (" INCLUDE_PATH=$include_path "); For more information on environment variables, try: http://hoohoo.ncsa.uiuc.edu/cgi/env.html ---------- Shawn Gray shawn@example.com http://www.graycastle.com/ ----- Original Message ----- From: "Ahmed Sarwar" <leyton@example.com> To: <tlug@example.com> Sent: Sunday, September 02, 2001 12:39 PM Subject: Re: PHP > > > > > Add the current location of form.php to the > > include_path environment variable. > > Thank you. Can you please tell how to do this. > > Asa > > ----------------------------------------------------------------------- > Next Technical Meeting: Sat, Sep 15 13:30- Leading Edge Co., Place Canada > Next Nomikai Meeting: Fri, Oct 19 19:30- Tengu Tokyo Eki-Mae > ----------------------------------------------------------------------- > more info: http://www.tlug.gr.jp Sponsor: Global Online Japan > >
- Follow-Ups:
- Re: PHP
- From: Ahmed Sarwar <leyton@example.com>
- References:
Home | Main Index | Thread Index
- Prev by Date: Re: PHP
- Next by Date: Re: serial and other devices programming.
- Prev by thread: Re: PHP
- Next by thread: Re: PHP
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links