Hi, all! How can I solve the following:
I have form file (form.php3) which I include everywhere in my project. This file contains image, the picture for this image is in the same folder with this included file. So, the problem is that when I include this file into the file with another location (let's say, main.php3), image is not found: now it is expected in the same folder with main.php3. So, how can I manage this - not to pass image path to form.php3 each time I include it? How to force form.php3 to look for image in its folder, not in main.php3 folder?
Thanks for help.