ID: 33026 Updated by: [EMAIL PROTECTED] Reported By: mks_ekm at yahoo dot com -Status: Open +Status: Bogus Bug Type: MySQL related Operating System: Windows Xp PHP Version: 5.0.3 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2005-05-13 10:57:45] mks_ekm at yahoo dot com Description: ------------ I am using PHP 5.0 with Apache 2 web server. It is working properly. When I am booting my system, it will give one warning message like’ Can not upload “php_msql.dll” file to windows dynamic link library’. But it is working properly. When I am trying to connect Mysql 4.1.11 it is giving the error like, ‘Fatal error: Class 'mysqli' not found in D:\Program Files\Apache Group\Apache2\htdocs\conn3.php on line 2’. I have an important work to complete. I can create Database and Tables inside my Mysql, and performing all database operations also. Because of the connection problem I am struggling a lot. I can’t go further with out solving this problem. The next problem is that I don’t where and how to compile the PHP with Mysql? Please help me to solve these problems. I am new to this technology. Reproduce code: --------------- $link=mysql_connect("localhost","root","server"); Expected result: ---------------- The compilation code for PHP with Mysql. Code for connecting (not musql_connect():) Any ODBC connectivity.. Code for basic connection.. Description for making a connection.. Reason for this problem.. Actual result: -------------- Database Connection with Mysql.. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33026&edit=1