what does :
Call to undefined function: mysql_connect() in ...
mean? Is it that the database is not up and running properly
regards Thomas
I think it means that your php isn't compiled with mysql.
Try to upload
<?PHP phpinfo(); ?>
to your server, then run it and see if there's any mentioning of mysql.
knutm