So maybe you try to modify php.ini
- to display php error messages set display_errors = on;
- to register globals by default (if you use 4.10 or 4.11) set
register_globals=on;
register_globals has been turned off by default since 4.10 for important
security reasons but however many existing apps
More information:
Both installations work. The php test file, , works on
both the workstation running IIS and Win2K Pro and the server running WinNT.
To get up and running quickly, I used the Windows installer version on the
server (which I understand runs under CGI). However, I also understand