ID:               46637
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mosswald at gmx dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         Feature/Change Request
 Operating System: Server 2003
 PHP Version:      5.2.6
 New Comment:

Enable your mysql extension in php.ini (and be sure to modify the right
one).


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

[2008-11-21 11:16:48] mosswald at gmx dot net

Description:
------------
i installed a fresh windows 2003
i also installed the iis, mysql server and php 5.2.6 whith the mysql
extension

when i use a php mysql command the php answers

Fatal error: Call to undefined function mysql_connect() in
D:webwwwmasterunreal_sytes_netndex.php on line 5



Reproduce code:
---------------
<html>
<body>
TestSite
<? 

$link = mysql_connect('localhost', 'anonymous', '');

?>
</body>
</html>

Expected result:
----------------
it should connect the mysql server

Actual result:
--------------
Fatal error: Call to undefined function mysql_connect() in
D:webwwwmasterunreal_sytes_netndex.php on line 5


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


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

Reply via email to