|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-12-26 07:21 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 15:00:01 2025 UTC |
Description: ------------ I am not able to use "Improved MySQL Extension" functions. I am using mysql-4.1.1-alpha database on my localhost. Reproduce code: --------------- <? $Link_ID = mysqli_connect("localhost", "test", "test"); $id = mysqli_fetch_fields("testdb", "tbl_usr_login"); var_dump($id); ?> Actual result: -------------- Fatal error: Call to undefined function: mysqli_connect() in h:\inetpub\wwwroot\mysql.php on line 2