Jump to content
xisto Community

palli

Members
  • Content Count

    1
  • Joined

  • Last visited

About palli

  • Rank
    Newbie

Contact Methods

  • Website URL
    http://www.koddinn.com

Profile Information

  • Location
    Iceland
  1. palli

    Include Help

    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. ??
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.