RE: [PHP-WIN] Re: Call to undefined function mysql_connect()

2004-09-16 Thread Melanie Ployhar
ur php.ini? - try to put a copy of "libmysql.dll" in windows/system32 folder... Thanks for your help. I think I'll just stick with php4. - [EMAIL PROTECTED] From: "Nadim Attari" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Call to undefined f

[PHP-WIN] Re: Call to undefined function mysql_connect()

2004-09-15 Thread Nadim Attari
> Do you have a suggestion what I need to do? Thank you for your time! try to put a copy of "libmysql.dll" in windows/system32 folder... -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Call to undefined function mysql_connect()

2004-09-15 Thread Andrew
I had a similar problem with PHP5 and IIS. I had to copy the php_mysql.dll to my c:\winnt folder (and/or c:\php\ -- it didn't like the ext folder). I assume you have enabled it in your php.ini? "Melanie Ployhar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm working with PHP