PAEricksen
Technical User
I am new to php and I just installed php on my server. I used the 4.1.1 installer from for win32. No matter what I do I cannot get any output from my test php script. I tried naming the file test.html and test.php here is the content of the file :
<html><head><title>PHP Test</title></head>
<body>
<?php echo "PHP is Enabled<p>"; ?>
</body></html>
------------------------------------------------------------
when I view it from ie6 I get a blank page, if I view source I see the source.
------------------------------------------------------------
When I view it from cmd prompt I get :
<html><head><title>PHP Test</title></head>
<body>
PHP is Enabled<p></body></html>
------------------------------------------------------------
I have checked the 'configuration' section of my website and .php is there with (all) to run c:\php\php.exe
I also made the appropriate registry changes for command prompt (according to the install.txt file)
what are some things that I can look for to make my system run the script as I wish? Does anyone have any helpful information that I may have overlooked?
Thank You
Peter.
<html><head><title>PHP Test</title></head>
<body>
<?php echo "PHP is Enabled<p>"; ?>
</body></html>
------------------------------------------------------------
when I view it from ie6 I get a blank page, if I view source I see the source.
------------------------------------------------------------
When I view it from cmd prompt I get :
<html><head><title>PHP Test</title></head>
<body>
PHP is Enabled<p></body></html>
------------------------------------------------------------
I have checked the 'configuration' section of my website and .php is there with (all) to run c:\php\php.exe
I also made the appropriate registry changes for command prompt (according to the install.txt file)
what are some things that I can look for to make my system run the script as I wish? Does anyone have any helpful information that I may have overlooked?
Thank You
Peter.