I have php file index.php
In this file to use html code I am doing:
index.php
echo \' <
If you want to input/output large blocks of HTML with embedded variables you can simplify the process by using Heredocs:
echo <<<_EOI_ _EOI_; You don't have to worry about escaping quotes, constant concatenation, or that ugly dropping in and out of that people do. 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
You don't have to worry about escaping quotes, constant concatenation, or that ugly dropping in and out of that people do.