ID: 11495 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Old-Bug Type: *General Issues Bug Type: MySQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Your system must be severely fucked up because in the precompiled binaries provided at php.net the mysql support is builtin..ie. you can NOT be without mysql_connect().. Follow the instructions given in install.txt and all should be fine. Anyway, this is NOT a bug in PHP but you have done something wrong. Previous Comments: --------------------------------------------------------------------------- [2001-06-14 17:05:48] [EMAIL PROTECTED] This is the error I'm getting: Fatal error: Call to unsupported or undefined function mysql_connect() in C:Inetpubwwwroottest.php3 on line 3 This is the script: <? $link = mysql_connect ("localhost", "username", "secret") or die ("Could not connect"); print ("Connected successfully"); mysql_close ($link); ?> I've tried both PHP 3 and PHP 4, both give me this error.... --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=11495&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]