Hi,
PHP and MySQL installed on the IIS server successfully but the pages associated with the database is error and if "<? php" instead of "<?" If the client is in the form of writing shows the PHP source code.
Error Page Code;
<?php
/**
* DB Connection Page
*/
require_once("DAL.php");
$VeriTabani = new DB();
$VeriTabani->Connection("110.7.9.8","dbxnanomass","********","providerDB");
if (!ob_start()) { ob_start(); }
if ($_SESSION['isOnline'] = 0){
@session_destroy();
@session_unset();
}
?>