Helloooooooooooooo people!
I have a problem with my IF condition.....the code is within a while loop:
if ($file >= $date) {
include("results/$file"
}
The above works fine, however, when i change the condition from '>=' to '<=' the browser returns error message:
'input in flex scanner failed on line 1'
ANYONE COME ACROSS THIS BEFORE???
I have a problem with my IF condition.....the code is within a while loop:
if ($file >= $date) {
include("results/$file"
}
The above works fine, however, when i change the condition from '>=' to '<=' the browser returns error message:
'input in flex scanner failed on line 1'
ANYONE COME ACROSS THIS BEFORE???