|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-09-16 01:04 UTC] pollita@php.net
[2004-09-28 00:20 UTC] yakov_br at walla dot com
[2004-09-29 02:17 UTC] fivelfivel at yahoo dot se
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 23 23:00:01 2025 UTC |
Description: ------------ When calling mysql_connect(), running Windows 2003 Server + IIS6 + PHP5 + MYSQL5, the function is not found. Reproduce code: --------------- Calling : <? $connector = mysql_connect("localhost"); ?> Returns : Fatal error: Call to undefined function mysql_connect() Expected result: ---------------- $connector should become an mysql-connection instance and not return any errors.