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