Hi folx,
I've got a problem again... $s_equation is a string that contains a valid equation like:
$a_line[7]<='2002-4-13'
Is there a way to evaluate this equation to check whether it is true or not? I've been fiddling around with eval() for about two hours now but to no good.
As said the whole thing is a string.
I'd somehow like to do something like
if(eval($s_equation)) {
// do stuff
}
As always thanks in advance,
Dominique