Forum Moderators: coopster
I know i can write
include("$_SERVER[DOCUMENT_ROOT]/gb/index.php");
include("$_SERVER[DOCUMENT_ROOT]/gb/post.php"); and so on for each file. But is there any way i can add all the files inside gb directory at once?
something like include the directory and all it's files.