|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-05-13 12:27 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 22:00:01 2025 UTC |
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..