Topic awaiting preservation: PHP Question (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Berlin, Germany |
posted 03-24-2005 10:08
What would you do? code: if ($filename == '.') continue;
code: if (($filename == '.')
|
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 03-24-2005 19:04
code: if ($filename == '.')
|
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 03-25-2005 14:44
code: function isValidFilename($filename) |
Bipolar (III) Inmate From: Berlin, Germany |
posted 03-26-2005 10:42
Thanks for the comments. Here is my final solution: code: $hidden = array(
|