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 b

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 php

[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

2002-09-18 Thread Rafael Mueller
cd /usr/local/php4.2.x ./configure --with-pgsql --others_options []'s On Wed, 18 Sep 2002, roslyn jose wrote: > > hi, > > could u guys help me on how i should configure postgresql support in php. thanks. > > roslyn > > > > - > Do you Yahoo!? > Yahoo! News -

[PHP-DB] configuration

2002-09-18 Thread roslyn jose
hi, could u guys help me on how i should configure postgresql support in php. thanks. roslyn - Do you Yahoo!? Yahoo! News - Today's headlines

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

[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 c