birdie Posted December 30, 2005 Share Posted December 30, 2005 hi, i am quite experience with php/mysql so it is not a matter of php functions. Fatal error: Call to undefined function mysql_connect() in D:\Documents and Settings\Administrator\Desktop\WWW\index.php on line 2 i have installed mysql 5 and the new php. By installing php5, i installed the installer and then added the zip package for extensions, it didnt work. if no-body knows, can someone give me a combination of php and mysql which does work. thanks Link to comment https://forums.phpfreaks.com/topic/3126-phpmysql-installation/ Share on other sites More sharing options...
fenway Posted December 31, 2005 Share Posted December 31, 2005 Could be a bunch of things; usually, Apache and/or PHP are not configured properly with MySQL support. Check the extensions section of the php.ini file (BTW, I think you need mysqli libraries for MySQL 5) for the correct line, and make sure Apache knows where to find them! Hope that helps -- I believe I replied to another similar thread in this forum recently. Link to comment https://forums.phpfreaks.com/topic/3126-phpmysql-installation/#findComment-10505 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.