Associate
- Joined
- 27 Apr 2004
- Posts
- 2,377
Not sure this is the right forum but it was my best gues...
I upgraded my server (Windows XP
) to the latest version of PHP 5 from PHP 4 today. Reason for doing so is I need some of the functionality for a script I'm making. However I now face the problem that no MySQL based stuff works; so that's two forums and a gallery down. Now of course I've enabled the MySQL extension and set the path right, and I know extensions are working because I've also enabled GD2 and it works perfectly.
The errors I get when trying to use any MySQL functionality basically say function not defined eg.
What am I doing wrong? MySQL version is 4.1 if that's of any relevence. It always used to work fine with PHP4.
Thanks, null
I upgraded my server (Windows XP

The errors I get when trying to use any MySQL functionality basically say function not defined eg.
Code:
Fatal error: Call to undefined function mysql_connect()
What am I doing wrong? MySQL version is 4.1 if that's of any relevence. It always used to work fine with PHP4.
Thanks, null
