php 4.2.0

Sharky Forums


Results 1 to 2 of 2

Thread: php 4.2.0

  1. #1
    Goldfish climberfreak2003's Avatar
    Join Date
    Jan 2002
    Location
    College Station, TX
    Posts
    85

    php 4.2.0

    Ive installed PHP manually and with the win32 installer and it still doesnt work. I go to the php test page in ie but it brings up the coding.
    Code:
    <?php
    phpinfo();
    ?>
    I moved the dlls where they need to go. I set the isapi filter in IIS and the .php extensions, etc.. everything the 3 different sets of instructions said. Any idea whats up. Heres one set of instructiosn I used - http://www.php.net/manual/en/install.iis.php

  2. #2
    Hammerhead Shark e_dawg's Avatar
    Join Date
    Jan 2001
    Location
    Earth, Western Hemisphere, North America, US, UT, SLC
    Posts
    2,628
    Are you by any chance going through your webserver, man? http://127.0.0.1/ -- see if it brings anything up, then chuck the phpinfo.php into the document root and request it with http://127.0.0.1/phpinfo.php, since that's the only reason it wouldn't work, other than IIS choking on the module, but I don't know much about IIS, so I cannot even give a clue of how to check.... Why don't you use Apache?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •