RE: [PHP-DB] Re: Problem with mysql_connect(...)

2005-09-20 Thread Dan
27;s not recommended. -Original Message- From: viraj [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 12:14 AM To: Dan Cc: Michael Louie Loria; php-db@lists.php.net Subject: Re: [PHP-DB] Re: Problem with mysql_connect(...) this is a dll issue; if you are running php5 on windows

Re: [PHP-DB] Re: Problem with mysql_connect(...)

2005-09-20 Thread viraj
this is a dll issue; if you are running php5 on windows! read this.. http://www.experts-exchange.com/Web/Web_Languages/PHP/PHP_Installation/Q_21077014.html ~viraj. On 9/19/05, Dan <[EMAIL PROTECTED]> wrote: > If this is a windows computer, you might want to try adding C:\PHP (or > whatever di

RE: [PHP-DB] Re: Problem with mysql_connect(...)

2005-09-19 Thread Dan
If this is a windows computer, you might want to try adding C:\PHP (or whatever directory your PHP resides) into the path. I read somewhere that this needs to be done for PHP5 and MySQL. Not sure if it was true but seemed to clear up the problems I was having getting the 2 to talk to either other