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