[PHP-WIN] RE: [PHP-INST] Windows Install troubles.

2002-06-18 Thread Viraj Kalinga Abayarathna
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. //

[PHP-WIN] Re: [PHP-INST] Windows Install troubles.

2002-06-18 Thread MikeParton
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