Hi,
I have 1 big folder (called Research) that has index.php (like a home page) and a few folders (namely install, include, publishers, images, search etc.) in it.
index.php uses functions that are in the files reside in folders include, publishers, images and search. Likewise, functions and files in include, publishers, images and search also use functions and files in those folders.
I seen examples using $php_root_path="." and then global $php_root_path in files in include, publishers etc. I tried and apparently, I messed up the whole thing! ALL THE LINKS (e.g.
<a href=\"$php_root_path/index.php\">
<img src='$php_root_path/images/researchPortalLinkLogo.jpg'
alt='Homepage' width='820' height='55' border=0></a>
ARE BROKEN! Mainly because I do not understand how $php_root_path="." works.
Can anyone help me please? Thanks!