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

2004-09-16 Thread Melanie Ployhar
I did both of these suggestions and it still doesn't work. I also It works fine in php4 but not php5. - 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?

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

2004-09-15 Thread Melanie Ployhar
I'm working with PHP 5, MySQL 4.0.2, ApacheJServ/1.1.2 on Windows 2000 box. I'm having problems getting the MySQL API setup. I have followed the steps outlined on the php.net sight but still receive an error "Call to undefined function mysql_connect()". Here is the php.net link for thisÂ… http: