View Single Post
Old 08-13-2004, 06:01 AM   #4 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Also, try using a regex. It should be easier to match the filename.

eg:

PHP Code:

if (preg_match("/^$gallery/"$mystring)) {
   
$currentgallery[] = $mystring;

idx is offline   Reply With Quote