Jump to content

Is there a way to echo an echo command?


nesiak

Recommended Posts

i think you need to re-praise the question..

 

whats the goal?

 

as wildteen88 solution is what i thought you wanted!

 

either that or you wish parse code from another source, e.g. you have some "text" in a database and what that to be executable.. if thats the case then you could use eval.

ie

<?php
$code = 'echo "testing";';
eval($code);
?> 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.