[PHP-DB] configuration files

2004-11-11 Thread Malcolm JC Clark
I thought it would be a good idea to use parse_ini_file instead of doing require_once(config.ini). However, what do I do about arrays that i had in my config file, cos parse_ini_file() does not like them. eg: [foods] favFoods = array('this','that','other',) I notice my php.ini file is arranged

Re: [PHP-DB] configuration files

2004-11-11 Thread John Holmes
Malcolm JC Clark wrote: I thought it would be a good idea to use parse_ini_file instead of doing require_once(config.ini). However, what do I do about arrays that i had in my config file, cos parse_ini_file() does not like them. eg: [foods] favFoods = array('this','that','other',) I notice my

RE: [PHP-DB] configuration files

2004-11-11 Thread Malcolm JC Clark
Yeah, maybe i need to reorganise my code a little. Thanks. -Original Message- From: John Holmes [mailto:[EMAIL PROTECTED] Sent: 11 November 2004 18:20 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] configuration files Malcolm JC Clark wrote: I thought it would

Re: [PHP-DB] Configuration

2001-08-03 Thread grant
On Fri, 3 Aug 2001, Robert Fitzpatrick wrote: Hello: I configured PHP originally --with-mysql and now I want to also use PostgreSQL with PHP. Can I just re-run the './configure --with-mysql --with-pgsql --enable-track-vars' again. Then do another 'make' and 'make install'? Thanks for the

[PHP-DB] configuration problem - please help

2001-05-16 Thread Peter Wilson
Newbie question I am trying to get a linux (redhat 7.0) box running apache (1.3.19) and php (4.0.5) to communicate with Microsoft Sql Server version 7 or 2000. I am trying to use the iodbc driver manager with the OpenRDA odbc driver. Following all the instructions i have managed to install and