hi, i'm new to php.....and i want to make a site
. e.g. every page (*.php) to have the "code" : include header.php (or header.inc), footer.php, left.php, right.php....but the problem is when i use include (or require) i can't see my images...(images=logo, design, bg, thumbnails....), only html structure.
if i put all the pages and images in the same folder, it works, but i need to put them in diferent folders and subfolders.
eg. index.php -> site =images, articles, video, include (in the folder inlude i want ot put header,footer,left&right) and to "call" them using include function form the main index.php
i also tried to put an empty index.php in every folder/subfolder, but doesn't works. (i saw this in a few scripts on the web)
i don't want to make something complicated, i just need a site with a few folders&subfolders, and the 4 (header,footer,left,right), to be able to use them, to "call" them in every *.php file i build. (like a site with frames)
10x for help, sorry for my bad english :rolleyes: