Hello,
I have a php file with php and html code. It looks like this:
<html...<? ... ?</html>
If I had this file on disk then I could just include it, but I have this
file in string.
When I eval() the string I got a parse error. How can I execute it?
Regards,
Talthen
I have a php file with php and html code. It looks like this:
<html...<? ... ?</html>
If I had this file on disk then I could just include it, but I have this
file in string.
When I eval() the string I got a parse error. How can I execute it?
Regards,
Talthen
Comment