Say I have a string, $char. $char == \"*\".
$char. $char == \"*\".
I also have two variables, $a and $b, which equal \"4\" and \"5\" respectively.
How do I get the res
take a look at the eval() function. you will need to build a proper php command and run inside the eval() to extract out the result.