php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11455 Undefined function : mysql_connect()
Submitted: 2001-06-13 00:03 UTC Modified: 2001-06-19 07:11 UTC
From: onlyizz at hotmail dot com Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 3.0 Latest CVS (12/06/2001) OS: OpenBSD
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
36 - 29 = ?
Subscribe to this entry?

 
 [2001-06-13 00:03 UTC] onlyizz at hotmail dot com
<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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-19 07:11 UTC] derick@php.net
Not a bug. MySQL support has not been activated while compiling PHP.
(See the output from phpinfo(); )
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC