Thread
:
Problem retrieving subset of records
View Single Post
08-13-2004, 06:01 AM
#
4
(
permalink
)
idx
Senior Grasshopper
Join Date: Jun 2003
Location: FL
Posts: 317
Also, try using a regex. It should be easier to match the filename.
eg:
PHP Code:
if (
preg_match
(
"/^$gallery/"
,
$mystring
)) {
$currentgallery
[] =
$mystring
;
}
idx
View Public Profile
Visit idx's homepage!
Find More Posts by idx