I'm in a subdirectory. I there use the chdir() func to change the directory then include a file from that directory, to the script in the subdir. But it does not look in this directory to find the images that are displayed in this new file. It seems to be looking in the original directory from where this file is called from!
Very anoying - how do i fix it?
<?
chdir("/home/mypage/public_html/");
include("test.php");
?>