Need help to include this, i am trying to include this folder http://forums.xisto.com/no_longer_exists/ to this http://forums.xisto.com/no_longer_exists/ the folder include many files http://forums.xisto.com/no_longer_exists/ i want to include all the files in a certain directory. do i use reddir for this, how can i do this
echo "<PRE>";$handle = opendir(".");while($file = readdir($handle)) {if(is_dir($file)) echo "$file/\n";else echo "$file\n";}closedir($handle);echo "</PRE>";
do i have to loop to include each file. ??