[PHP-DEV] Bug #11455 Updated: Undefined function : mysql_connect() From: derick <email protected>
Date: 06/19/01

ID: 11455
Updated by: derick
Reported By: onlyizz <email protected>
Old-Status: Open
Status: Bogus
Bug Type: MySQL related
Operating system:
PHP Version: 3.0 Latest CVS (12/06/2001)
Assigned To:
Comments:

Not a bug. MySQL support has not been activated while compiling PHP.
(See the output from phpinfo(); )

Previous Comments:
---------------------------------------------------------------------------

[2001-06-13 00:03:31] onlyizz <email protected>

<html>
<body>
<?php
  $dbku = mysql_connect ("localhost", "azah", "azah123");
  mysql_select_db("koleksi_cd",$dbku);
  ...................

Fatal error: Call to undefined function: mysql_connect() in /home/azah/public_html/test2.php on line 4

ps: using port to install php and mysql

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11455&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>