Hi,
I have a string of text. Inside that string is:
<?php show_code(1); ?>
With "1" being any number. (which isn't important really). I want that PHP code to be executed as the string is echo()'d ... not hidden in the source, as it is now. It doesn't display on the webpage, but is in the source code (of View -> Source).
Any ideas?
Thanks,
-Matt
I have a string of text. Inside that string is:
<?php show_code(1); ?>
With "1" being any number. (which isn't important really). I want that PHP code to be executed as the string is echo()'d ... not hidden in the source, as it is now. It doesn't display on the webpage, but is in the source code (of View -> Source).
Any ideas?
Thanks,
-Matt




