Home >Backend Development >PHP Tutorial >powerpoint2010 official download php print EOF implementation method

powerpoint2010 official download php print EOF implementation method

WBOY
WBOYOriginal
2016-07-29 08:39:551196browse

I write a piece of php code as follows:

Copy code The code is as follows:


if(test case)
print<<<....html code... .>
EOF;
else
print<<<....html code....>
EOF;
?>


The above writing method is not allowed and needs to be EOF identifier top grid:

Copy code The code is as follows:


if(test case)
print<<<....html code....> ;
EOF;
else
print<<<....html code....>
EOF;
?>

The above introduces the powerpoint2010 official download php print EOF implementation method, including the powerpoint2010 official download content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn