我现在在工作期间发现了几次 php 代码,如下所示:
<?
...
echo <<<EOF
{\$sErrors} <br />
Please go to the <br />
<a href="http://www.website.com/help_center">Help center</a> <br />
and solve the problem.
EOF;
...
?>
谁有好的答案???
我现在在工作期间发现了几次 php 代码,如下所示:
<?
...
echo <<<EOF
{\$sErrors} <br />
Please go to the <br />
<a href="http://www.website.com/help_center">Help center</a> <br />
and solve the problem.
EOF;
...
?>
谁有好的答案???