I have a simple PHP function that outputs HTML.
... $content = ob_get_contents(); ob_end_clean(); return $content; } ?> You can even do some processing on the string before returning it. OB rocks! 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
You can even do some processing on the string before returning it. OB rocks!