The php.ini file and the documentation specify that MySQL support is built in the 4.01 version for windows. But for some reason I'm still getting this error after executing mysql_connect("localhost","username","password");
Call to undefined function: mysql_connect()
am I missing a step in the installation ??
Hec