Hi.
When I include on my local pc I use:
include ("file.php");
But when I upload to my ISP I get this error:
Warning: Failed opening 'd:\home\absnetdk\www\file.php' for inclusion (include_path='') in ...
So I use:
include ("d:\home\absnetdk\www\file.php");
And then it works, but not on my machine.
Is there a way to fix this, so I don't have to edit all my files that use include.
Thanks in advantage.