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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.