Hey I did that already. Step (8) of setting up php. Do I need to move any files around or add anything else to the path? -----Original Message----- From: "Stut" <stuttle@xxxxxxxxx> Sent: Tue, October 3, 2006 14:12 To: brian.kejser@xxxxxxxxxxxx Cc: php-db@xxxxxxxxxxxxx Subject: Re: Php 5 and Mysql on Windows brian.kejser@xxxxxxxxxxxx wrote: > I setup Mysql as follows: > > 1. Download the 5.x installer > 2. Run the installer > 3. Run the configuration tool ater the installer > > When I run the following script, the error "Fatal error: Call to > undefined function mysql_connect() in Test.php on line 3" is returned. > > $conn = mysql_connect('localhost', 'root', 'password') Installing MySQL is not enough - you need to enable the mysql extension in your php.ini. -Stut -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php