Edit report at https://bugs.php.net/bug.php?id=60127&edit=1

 ID:                 60127
 Updated by:         larue...@php.net
 Reported by:        tilewakolt at gmail dot com
 Summary:            Error message received
-Status:             Open
+Status:             Bogus
 Type:               Feature/Change Request
 Package:            Testing related
 Operating System:   Windows 7
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 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.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

uncomment  extension=mysql.dll in php.ini


Previous Comments:
------------------------------------------------------------------------
[2011-10-25 07:27:50] tilewakolt at gmail dot com

Description:
------------
---
>From manual page: http://www.php.net/faq.installation
---
I have configured the apache and php and tested. I have just added the MySQL 
database but could not connect to the database. The message I receive after 
opening my browser to connect is "Fatal error: Call to undefined function 
mysql_connect() in C:\mydocs\test.php on line 13". Line 13 is where the 
connection is suppose to be made as follows:
$link = mysql_connect($dbServer, $dbUser, $dbPass) or die("Could not connect to 
server");
    echo "<p>Connected successfully</p>";
The message i was expecting is "Connect successfully" but received
"Fatal error: Call to undefined function mysql_connect() in C:\mydocs\test.php 
on line 13".
Kindly help me out. 
 



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



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=60127&edit=1

Reply via email to