joebpa Posted October 16, 2006 Share Posted October 16, 2006 I currently have a windows 2003 web edition server W/ php installed. I have followed many instructions, but had litle success until recently. Thanks, to wildteen88 for the link i found in one of your responses. I am now able to pull up the phpinfo from the local wwwroot and from one of my websites. Here is the breakdown of what works and what doesn't1. http://localhost/info.php This file consists of (<?php // Show all information, defaults to INFO_ALL phpinfo(); ?>and properly displays the php information2. Copied the same info.php file to one of my websites (located on the same server) www.mywebsite.com/info.phpthis also displays properly.3. attempt to get counter working www.mywebsite.com/counter.phpcounter does run and incriment correctly.4. attempted to add the counter to the main page of this website (index.html). The command added on the bottom of the index.html file was (<?PHP include ("counter.php"); ?>).Nothing displayed.5. Created a new blank html document called (indexphp.html) and only added one line (<?PHP include ("counter.php"); ?>). All I receive is a blank page.I am assuming that php is installed correctly based on the responses above, and that this is a problem with the html page calling/executing the php script.NOTE** our original server that lost its active directory information to the IIS user accounts due to active directory crashing was running on a windows 2K server with IIS 5 and php 3.Are we just missing the proper coding or is this something with the configuration. All php files are in the php directory and c:\php was added to the path.Are there programing/coding issues when trying to run scripts created with ver 3 and now using ver 5?Thanks in advance.Semper Fi.Joe Link to comment https://forums.phpfreaks.com/topic/24146-new-server-old-files/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.