I want to include a php-file in a subdirectory, /test/index.php.
But when i do that, the images in that file stops working, because they are in /test/images/, and when i include the file, they think they are in /images/, which their not!
I don\'t wanna move them!
I know it can be fixed easy in the include-code, but i dont remember how?
Somebody knows how?