php eval() returns

kacey

New Member
\[code\]<?php $a = "a == a"; eval($a);\[/code\]This returns false. I thought it's supposed to return true. Any thoughts/ideas why this is so.
 
Back
Top