This does sound like a database problem, the classic mysql_connect function is often used in conjunction with "or die(mysql_error())", which would explain why you don't see anything in your browser.
To check everything else is working properly...
Rename your index.php file and upload a simple html file called "index.htm" containing the following code:
<html>
<head>
<title>test home page</title>
</head>
<body>
<h1>Hellow world!</h1>
<p>If your browser displays this text when viewing yoursite.com then you may be having a database issue.</p>
</body>
</html>
If you see "Hello world" in your browser when connected to your site, then your problem is with PHP/MySQL. Follow the qazplm114477's instructions for debugging mysql, or post again if you're unsure about anything :)
_Rade
Junior Poster in Training
55 posts since May 2010
Reputation Points: 12
Solved Threads: 7