RE: PHP, MySQL and Apache

2003-06-15 Thread Ow Mun Heng
ecoming Digital [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2003 2:58 AM To: [EMAIL PROTECTED] Subject: Re: PHP, MySQL and Apache If PHP was built without MySQL support, you need to recompile it. It should be in there, though, so check the php.ini file. Edward Dudlik Becoming Digital www.beco

Re: PHP, MySQL and Apache

2003-06-14 Thread Curtis Maurand
actually, its worse. upon re-reading you need to compile in the mysql drivers for mysql. configure --with-mysql= Curtis Subscriptions said: > The httpd.conf connects PHP to Apache. What connects PHP to MySQL? > > > I've looked through google and I can't find anything that makes since > to me.

Re: PHP, MySQL and Apache

2003-06-14 Thread Curtis Maurand
You need to recompile PHP against the 4.0.nn headers. Curtis Subscriptions said: > The httpd.conf connects PHP to Apache. What connects PHP to MySQL? > > > I've looked through google and I can't find anything that makes since > to me. Can someone point me in a direction as to where I can find t

Re: PHP, MySQL and Apache

2003-06-13 Thread John Nichel
Peter Burden wrote: Subscriptions wrote: The httpd.conf connects PHP to Apache. What connects PHP to MySQL? I've looked through google and I can't find anything that makes since to me. Can someone point me in a direction as to where I can find this out? The problem I'm having is I have PHP 4.3

Re: PHP, MySQL and Apache

2003-06-13 Thread henjay
, MySQL and Apache   Subscriptions wrote:   >The httpd.conf connects PHP to Apache. What connects PHP to MySQL? > > >I've looked through google and I can't find anything that makes since to me. >Can someone point me in a direction as to where I can find this out? > >T

Re: PHP, MySQL and Apache

2003-06-13 Thread Peter Burden
Subscriptions wrote: The httpd.conf connects PHP to Apache. What connects PHP to MySQL? I've looked through google and I can't find anything that makes since to me. Can someone point me in a direction as to where I can find this out? The problem I'm having is I have PHP 4.3.2, MySQL 4.0.13 and A

Re: PHP, MySQL and Apache

2003-06-13 Thread Becoming Digital
]> Sent: Friday, 13 June, 2003 13:49 Subject: PHP, MySQL and Apache The httpd.conf connects PHP to Apache. What connects PHP to MySQL? I've looked through google and I can't find anything that makes since to me. Can someone point me in a direction as to where I can find this out? The

PHP, MySQL and Apache

2003-06-13 Thread Subscriptions
The httpd.conf connects PHP to Apache. What connects PHP to MySQL? I've looked through google and I can't find anything that makes since to me. Can someone point me in a direction as to where I can find this out? The problem I'm having is I have PHP 4.3.2, MySQL 4.0.13 and Apache 2.0.46. I have