Hi,
A few minutes ago I installed PHP 5.05 on my Windows 2003 Enterprise Server. All is working fine except for the fact that it is not Unix paths.
I got this forum that uses require_once() to include files, but they use paths like ./file.php. My PHP isnt eating that and does nothing, not even throwing an error. When I remove the use file.php instead it works.
How can I make PHP work with ./ too? What is causing this?
Kind Regrads,
TheDutch