Hi folks,

I've constructed simple conditions based on DB data and would like to
actually evaluate them with PHP.  For example, the coded string "$x <
$y" has been str_replaced into "4 < 5", but now I would actually like
to use that string in an if() statement.  I tried eval() but got an
unhelpful error, any thoughts would be welcome.

Marc

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to