Jethro Carr wrote: > I'm using PHP 5.0.3 & MySQL 4.1.13. > > any help? Has the MySQL connection command changed or something? MySQL 4.1.x uses the MySQLi extension, and in turn, mysqli_* commands, so that might be the problem. Having said that, I've been able to connect using the standard mysql_* commands as well. d.