Jump to content

elsint

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Posts posted by elsint

  1. I am trying to install PHP 5.1.6 on a Windows Server(2003)(IIS 6)(Intel Xeon 64 bit).

    I am doing all the directives on the PHP documents.(installing ISAPI module)

    But I am getting CGI Timeout error.

    I made a great search but can not get over this.

    So, if any of you guys can help me solve this problem it will be great!


    Here's all the nice error:
    Quote:
    CGI Timeout

    The specified CGI application exceeded the allowed time for processing. The server has deleted the process.


    By the way, I can not convert to Apache.
  2. Well, not an answer but another question :)

    I am trying to connect a database that is on another server but I can't!
    I'm trying the code below but can not get it worked.

    $conn = new COM("ADODB.Connection") or die("Cannot start ADO");
    $conn->Open("Remote Provider=bla.blablabla.edu; Data Source=name_of_the_database; User ID=blabla; Password=blabla");

    I would appreciate if you tell me how you connect

    Thanks!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.