06-27-2009, 12:07 PM
|
#1 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
|
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
|
|
|
|