a simple question??
Posted: Wed Jan 11, 2006 10:16 pm
i had used
But i had seen following
i had no concept when to use this
Code: Select all
include "/file.php";
include "./file.php";
include "../file.php";Code: Select all
include "../../file.php";anybody has idea....if yes Please tell me../../