Hi,
You have done some errornous escapings from
php in your script. I did some fewer modifications and
now script is working. Compare the ?>'s //end escape here for the first if block
//start the html content
Unable to connect to the database server at this time.
//
You might want to look at "echo"ing your HTML inside your php code. Seems
more simple to me.
So, what you have here would look like:
$dbuser = "username";
> $dbpass = "password";
> $db = "databssename";
> $LoginDB=@mysql_connect($dbhost, $dbuser, $dbpass);
or die("Unable to connect to