hey guys i have a small question and problem
what is the the difference between include, require and include_once
also
if i have a script running on the root directory /
and another running on a sub directroy i would use <?php require "./index.php"; ?> to read the index.php from the root directory
but say i had another subdirectroy insde that directory, waht would i use to still read the index.php off the root directory
and also say i had another directory inside that one and etc, is there a way to make it always read from the root?
thnaks for ur time guys