borntyping
New Member
- Messages
- 11
- Reaction score
- 0
- Points
- 0
I am working on a script that will take a text file and convert it to styled html.
http://ziaix.x10hosting.com/projects/wrapper/text.sam?showsource=on
What I want to do is run php code from inside the file.
The string will be something like this:
(No dots or joiners there, the code will be in the string and could be complex.)
Can anyone help?:dunno:
http://ziaix.x10hosting.com/projects/wrapper/text.sam?showsource=on
What I want to do is run php code from inside the file.
The string will be something like this:
PHP:
<?php $str = "<div>Some HTML <?php echo 'some php'; ?> More HTML </div>"; ?>
Can anyone help?:dunno:
Last edited: