Hi every1,
i was just wondering if i can write a new php document in php using fwrite.
The variable should contain all the php code.
I know all the fread,fwrite stuff, the only thing i wanto know is how to escape the <?php ?> tags during parsing.
4 exmpl :
$phpCode = '<?php echo "life is great" ?>';
;
Any and all help will b greatly appreciated.
Thanx