What is the exact error
if there is no error and you have mysql code there..
before one of there ";" without the quotes do this
or die(mysql_error())
example
mysql_connect("host","user","pass")or die(mysql_error());
if you get something like no database seleted or something else. It could come down to Mysql Not Installed Properly Or not even started