Tuesday, 1 October 2013

Echo all PHP commands on HTML (along with the output)

Echo all PHP commands on HTML (along with the output)

Is there a way to print/echo all the PHP command that were executed on the
HTML along with whatever output (as usual) they were supposed to print?
Eg. echo 'a' prints 'echo 'a'' and 'a' both.

No comments:

Post a Comment