RE: [PHP] register_global variables on Mac OS X

2002-10-08 Thread Timothy J Hitchens
Make a page with ?php phpinfo(); ? then display the page threw the server into the browser... and it should like the location in the top area. Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Jule Slootbeek [mailto:[EMAIL PROTECTED]]

Re: [PHP] register_global variables on Mac OS X

2002-10-08 Thread Jule Slootbeek
Yeah that's the path to where php.ini should be (/usr/local/lib, in my case, but the Jaguar version of PHP doesn't use a php.ini file, so there's nothing there. Jule On Tuesday, Oct 8, 2002, at 22:34 US/Eastern, Timothy J Hitchens wrote: Make a page with ?php phpinfo(); ? then display the

RE: [PHP] register_global variables on Mac OS X

2002-10-08 Thread John W. Holmes
You may not have one right now and PHP is using it's defaults. Look for a php-ini.dist or php-ini.recommended in the php folder. Modify one of those and save it as php.ini. But, I have no idea where to save it on a Mac. Like the other poster said, load up a ? phpinfo(); ? page through your

Re: [PHP] register_global variables on Mac OS X

2002-10-08 Thread Jule Slootbeek
well, there is no such file, i searched all over my drive, and there is no php-ini.* php_ini.* i guess i could try getting a php.ini file from somewhere and putting it in the /usr/local/lib dir but i wouldn't know where to get a 'standard' php.ini file Jule On Tuesday, Oct 8, 2002, at 22:43

RE: [PHP] register_global variables on Mac OS X

2002-10-08 Thread John W. Holmes
, October 08, 2002 10:55 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] register_global variables on Mac OS X well, there is no such file, i searched all over my drive, and there is no php-ini.* php_ini.* i guess i could try getting a php.ini file from somewhere and putting

Re: [PHP] register_global variables on Mac OS X

2002-10-08 Thread CC Zona
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Jule Slootbeek) wrote: Yeah that's the path to where php.ini should be (/usr/local/lib, in my case, but the Jaguar version of PHP doesn't use a php.ini file, so there's nothing there. Jaguar uses php.ini if it's in the expected location.

Re: [PHP] register_global variables on Mac OS X

2002-10-08 Thread Bill Leonard
On 10/8/02 11:54 PM, CC Zona [EMAIL PROTECTED] wrote: Yeah that's the path to where php.ini should be (/usr/local/lib, in my case, but the Jaguar version of PHP doesn't use a php.ini file, so there's nothing there. There is no php.ini file included w/ Mac OS X.. But that's no big deal! Just

Re: [PHP] register_global variables on Mac OS X

2002-10-08 Thread Jule Slootbeek
i didn't install from source, i installed from an OS X binary i found in the php website, i got a php.ini from someone else which i 'm suing, thanks guys! Jule On Tuesday, Oct 8, 2002, at 23:54 US/Eastern, CC Zona wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Jule Slootbeek)

Re: [PHP] register_global variables on Mac OS X

2002-10-08 Thread Steve Yates
From: Jule Slootbeek [mailto:[EMAIL PROTECTED]] register_globals to on, so i don't have to go through 15 pages of code and change all my variables to $_POST['foo'] Try extract($HTTP_POST_VARS) which will create $foo for you. - Steve Yates - Your karma just ran over my dogma. ~ Do you