From: Jorge Bastos Date: February 14 2007 10:42am Subject: Re: No output after mysql_connect List-Archive: http://lists.mysql.com/win32/18635 Message-Id: <252101c75024$c8945ec0$0301a8c0@hercules.decimalint.pt> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit Still's correct. in your php.ini, do you have extension=mysql.dll ? find for "extension" and add this on it and restart apache ----- Original Message ----- From: "Dinesh Kumar" To: "Jorge Bastos" ; Sent: Wednesday, February 14, 2007 5:28 AM Subject: Re: No output after mysql_connect > It was not there. > I now copied it to windows path. > Now I am getting the error displayed on the browser: > > Fatal error: Call to undefined function mysql_connect() in C:\Program > Files\Apache Software Foundation\Apache2.2\htdocs\index.php on line 5 > > ----- Original Message ----- > From: "Jorge Bastos" > To: > Sent: Tuesday, February 13, 2007 4:14 PM > Subject: Re: No output after mysql_connect > > >> So your mysql.so php extention isn't beeing loaded >> >> do you have libmysql.dll in windows PATH ? > >