ID: 26720 Updated by: [EMAIL PROTECTED] Reported By: in_monu at yahoo dot com -Status: Open +Status: Bogus Bug Type: MySQL related Operating System: Windows 2000 PHP Version: 4.3.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. Thank you for your interest in PHP. mysqli_* is only for PHP 5, mysql_* is for both (as described in our manual) Previous Comments: ------------------------------------------------------------------------ [2003-12-26 07:00:03] in_monu at yahoo dot com 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26720&edit=1
