Hi, it sounds like your PHP instance is not correctly set up to allow access to MySQL. Run the phpinfo command in a test page and look in there to see what features it has ... info.php :- <?php phpinfo(); ?> Depending on your OS and how you got PHP, you might be able to fix this easily. Under Debian, just install the "php4-mysql" package, for example. -jim