Setup: Windows XP Pro, PHP5, and MySQL5.0 My php directory is located in my c:\ which is my root. I didn't feel the need to add the libmysql.dll file and the php.ini to the system directory since I added C:\php to the [i]PATH[/i] doc_root = "c:\inetpub\wwwroot" extension_dir = "c:\php\ext" extension=php_mysql.dll I added ;C:\php to the [i]PATH[/i] I restarted windows XP pro and I still get Fatal error: Call to undefined function mysql_connect() in c:\Inetpub\wwwroot\fitness\dbtest.php on line 15 Am I missing a step here? I have no clue what to do from here. -Thanks