[PHP] Please Help! Call to undefined function mysql_connect()

2004-10-21 Thread Scott McDonald
Error:
Fatal error: Call to undefined function mysql_connect() in
d:\inetpub\www\test.php on line 5


System: winXPsp2
Tried:
. Re-install IIS
. Re-install PHP using installer.
. Re-install PHP using zip manual install (both ISAPI and CGI approachs)
. Re-install in Safe Mode (d'oh! no IIS in safe mode :p )

Info:
Bug reports in php.net all show that this isn't a bug, but rather
that that extention is not compiled... however, since this is IIS not
linux that's not possible. the one item I found with IIS as the OS
the only response was Man, your F**ked

Other usefull information: when i use the installer, it never
finishes. it hangs on copying php.ini (this is why i thought to
reinstall IIS)

I am at a loss... any ideas?

Thanks -Echo


Re: [PHP] Please Help! Call to undefined function mysql_connect()

2004-10-21 Thread Greg Donald
On Thu, 21 Oct 2004 16:41:28 -0500, Scott McDonald
[EMAIL PROTECTED] wrote:
 Error:
 Fatal error: Call to undefined function mysql_connect() in
 d:\inetpub\www\test.php on line 5
 
 I am at a loss... any ideas?

Did you uncomment the mysql entension in your php.ini ?


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php