Answer the question
In order to leave comments, you need to log in
Any php code is commented on the html page, what should I do?
document code:
<html>
<head>
<title>Hello World!</title>
</head>
<body>
<?php
echo "hello, world!";
?>
</body>
</html>
<html>
<head>
<title>Hello World!</title>
</head>
<body>
<!--?php
echo "hello, world!";
?-->
</body>
</html>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question