http://www.trainsignaltrai
Can't find the notes I kept from my last install but this website looks decent.
Main Topics
Browse All TopicsI am moving some old webservers we have over to new hardware and new systems, since our past guy left some time ago.
i am an IIS man personally, we host many sites and i just prefer IIS and it's header abilities and interface.
Anyways.
we have a customer service system which is currently running under:
Windows Server 2003 x32 SP1
Apache 2.0.53
PHP 4.3.10
The new system is
Windows Server 2008 Web Edition x64
IIS 7
PHP 5.2.6 running under ISAPI mode
Upon testing out some pages, it seems some tags or something aren't being properly read and the result is code showing after certain items, i have attached 2 images (some text seems weird as i blocked it out) but you can clerly see the code showing, when it shouldnt..
is this something with the settings on the PHP file, or how IIS is serving out the pages?
i have global variables on under the php.ini, unfortunately the past coder coded with that on (working on that next) other then that the php.ini is default settings except for setting the ext directory.
All help is greatly appreciated!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
http://www.trainsignaltrai
Can't find the notes I kept from my last install but this website looks decent.
i decided to reformat the system and put in the .exe for now, get ride of all the lingering messing around i did.
just rebooted, got everything installed,php works, shows mysql and mysqli installed but now i get a massive line of text with errors on it L:( about prasing errors and i followed that guide to a T, enabled global variables :(
at least with the ISAPI module i could get the pages to show and work, just showed the code after it :(
well it isn't a permission issue on the sub folders as i can view image files fine with out any errors....
http://localhost
then i have
http://localhost/csis/
http://localhost/csis/imag
You want to enable the better error messages
http://blogs.iis.net/rakki
Let me know what it says with the errors enabled.
i am using a direct URL to the file
http://localhost/csis/inde
enabling the better errors now!
the help is really appreciated Mikealcl! i was going at this for about 5 hours before i even posted on here :D
I did this all last summer. Little painful but I like iis7 much better.
Few of my other notes I found on my blog. http://tech.mikeal.com/blo
okay, not what i was hoping to see as doesnt make sense to me
line 1894 </table></td>
line 1913 print("<TR><TD>");
line 1932 print("<LI><FONT COLOR=\"#000000\" FACE=\"Verdana\" STYLE=\"font-size: 8pt\"><a href=\"index.php?hostnote=
now the notes part should work.... is some tag possibly missing? in the first 2 lines i dont see any variable that would be need to be defined.
are you supposed to do that.
i have a php test script and if i change the ending ?> to php?> i get errors
first bit works fine
<html>
<head>
<title> PHP Test Script </title>
</head>
<body>
<?php
phpinfo();
?>
</body>
</html>
if i change it to php?> i the this error
PHP Notice: Use of undefined constant php - assumed 'php' in D:\wwwroot\phpinfo.php on line 8
so i assume your only supposed to use the php on the first section
okay, well some progress
with apache 2.2 and php 5..
i loaded up a page and it had the same issues as IIS, so it seems it is not server based.
I looked up the code on one page and the first part has
<?php
then some code
then he has a section php part, but it starts with
<?
changing the <? to <?php on this page resolved the showing code!
so i am now going to check on the main page to see what line i can edit to make the code dissappear! wish me luck!
Business Accounts
Answer for Membership
by: MikealclPosted on 2008-11-12 at 12:43:07ID: 22943940
ditch the ISAPI mode and use FAST-CGI.