I have a very odd problem with PHP which I haven't managed to resolve so far. I am uncertain whether the problem is an installation or a coding problem. The problem is below...
I have installed PHP on an IIS6 server and it seems to render PHP pages perfectly except for a number 1 at the bottom of the page. The number 1 doesn't seem to be code based as the file is a phpinfo page containing nothing but the following code:
<?= phpinfo() ?>
When code above is rendered I have the good old information about modules and the server but I also get a 1 at the bottom of the page?
I have tried typing "php -i" at the command line but no sign of the one exists when php list the server vars etc.
I have a sneeky feeling it is a problem with the PHP.INI file or maybe the way php-cgi.exe is rendering the page. I have also tried using php5isapi.dll file with the same effect -- a 1 at the bottom of the phpinfo() script.
Has anyone else run into this and can perhaps shed some light on my problem.