I just installed php4 onto my win2000 server with IIS5, however, when i try to open a simple php page, i get "warning: Failed opening 'path to page' for inclusion (include_path='./') in unknown on line 0
The code for my page is just one line that says
printf("test!");
why is this happening? I realize its a problem in my php.ini file but how should it be set?
Thanks in advance!