say i have a value ($example) that contains html code, words and php code and i want that $example to be processed to go over php code and process that... then i want to print $exmaple to screen...
there will be values in $exmalpe that needs to be printed with$exmaple.. like inside $example i have $inside = 'testing' and i want testing to be printed as a word when $example is echo ...
any ideas? thanks