View Single Post
Old 06-27-2009, 12:07 PM   #1 (permalink)
codefreek
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Help How do you link your php files/folders?

.:Question:.


so, there is tons of ways to include_path,
etc to link your files/folder/etc.
So my question is how do you do it ?..

a basic example:

php Code:
include($_SERVER['DOCUMENT_ROOT']."/website/includes/config.php");


-Cf
codefreek is offline  
Reply With Quote