//This script originally written by random 1-16-2001 //Free for use and modification, just give me a little credit eh? ;-) //I wouldn't edit this unless you know what you're doing... $handle=opendir('.'); //current directory, can be changed $counter = 0; while ($file = readdir($handle)) { //check file type for images $the_type = strrchr($file, "."); $is_picture = eregi("jpg|gif|bmp|png",$the_type); //adjust for other image types if ($file != "." and $file != ".." and $is_picture) { $mypics[$counter] = $file; $counter++; } } closedir($handle); ?>
Back
Brands, trademarks and names are the property of their respective owners. | Swoosh Logo Gallery