trying out some search stuff...

This commit is contained in:
Dan Olson 2000-06-18 21:08:44 +00:00
parent a0f6c4f9f1
commit 54dcc60061

View file

@ -15,6 +15,7 @@
}
dbmclose($dbm);
if ($parseMe) {
echo $parseMe;
$filenames = preg_split("/&&/", $parseMe);
for ($i = 0;$i < sizeof($filenames);$i++) {
$temp = $filenames[$i];