I would like to know whether we can use a string as a reserved keyword. For example I hold "and" keyword in a variable and I want to use it in an if statement like:
if ("($myX == $myY) ".$ao." ($myY < $myZ)"
and here I want the interpreter to understand $ao variable as and keyword. But of course it doesn't. Is there any way to do this?
Thanks..
if ("($myX == $myY) ".$ao." ($myY < $myZ)"
and here I want the interpreter to understand $ao variable as and keyword. But of course it doesn't. Is there any way to do this?
Thanks..