Hello
Just a quick question is there a way of checking for multiple files using:
if (file_exists($file1)) {
}
without having to:
if (file_exists($file1)) {
if (file_exists($file2)) {
if (file_exists($file3)) {
}}}
Can you help, if you have a problem, and no one else can help, and if you can find them post in the forums (needless A-team quote-I'm so tired!)
CheersJohn