« Previous Next »

Thread: IIS 6 (PHP) 500 Internal Server Error

Last post 02-26-2009 7:23 AM by HakanDAMAR. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 02-26-2009, 4:09 AM

    • HakanDAMAR
    • Not Ranked
    • Joined on 02-25-2009, 10:44 AM
    • Turkey
    • Posts 2

    IIS 6 (PHP) 500 Internal Server Error

     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();
    }

    ?>

    Web Developer
  • 02-26-2009, 7:23 AM In reply to

    • HakanDAMAR
    • Not Ranked
    • Joined on 02-25-2009, 10:44 AM
    • Turkey
    • Posts 2

    Re: IIS 6 (PHP) 500 Internal Server Error

    Ok.
     I have solved the problem. Thank you.
     
    Source: http://www.php.net/manual/en/configuration.php
    Web Developer
Page 1 of 1 (2 items)
Microsoft Communities