Problem about include some $str
Posted: Thu Dec 11, 2008 3:07 am
I have a variable like $str.
$str content is a php file Mixed some html. I want to include this $str to some php file.
Now I first make a file like aa.txt (content is $str) then include this file.But build a file is slowly and not the best way.
Anyother way to include this $str? (PS:the variable have some str like <?php echo $abc ?> so , you know...)
$str content is a php file Mixed some html. I want to include this $str to some php file.
Now I first make a file like aa.txt (content is $str) then include this file.But build a file is slowly and not the best way.
Anyother way to include this $str? (PS:the variable have some str like <?php echo $abc ?> so , you know...)