Search found 1 match

by mike760534211
Fri Jan 05, 2007 6:18 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Directory List Script Help
Replies: 1
Views: 2032

Directory List Script Help

I wrote a script to list the files in a directory, but i got stuck when i wanted to make the script not list *.jpg and *.php files types. below is my working script to list all the files that the *.php files is located in. <?php function direcho($path) { global $filetotal, $fullsize, $totaldirs; if ...