Is there an archive of posts that might help me get this running?

Here are the facts of my problem as I know them:

  1.  Installed using MSI file with standard configuration to D:\php folder.
This has been done multiple times with intervening removals to ensure setup was
correct (it was).

  2.  Checked and rechecked C:\Winnt\php.ini file against instructions and
information found on php web site, including FAQs recommended on the site.

  3.  Copied php4ts.dll file to C:\Winnt\System32 folder and have same in
D:\php folder.

  4.  Ensured IIS is setup to use D:\php\php.exe for .php files.

Symptoms:

  1.  I can run php from the CLI without complaint.  PHP is working correctly
on the system and is able to generate output, such as the phpInfo() output.  It
reads input files too.

  2.  When I run a HTML file in my browser php does not work -- the php
command(s) are not executed and they show up in the text of the file's source.

Additional information:

I have downloaded and installed all current Windows updates from the Microsoft
site, and have Windows NT Server SP1a running at this time.

I created an new web site for IIS using port 81 to test this.  The results are
identical.

The code I have in my html file is:

  <?php
  print "php test.";
  phpInfo();
   ?>

Many thanks in advance for any assistance you might be able to provide,

Brad Bates
Polk County Library Cooperative
Polk County Florida

Reply via email to