php语句是必须放在body标签中的吗
学习ing
学习ing 2016-12-17 09:58:56
0
1
1581
<!DOCTYPE html>
<html>
<body>
<?php
echo "Hello World!";
?>
</body>
</html>

像这样的,<?php ?>是不是必须放在body标签里面

学习ing
学习ing

membalas semua(1)
迷茫

可以放在html页面中任何位置

<?php
echo "Hello World!";
?>
<!DOCTYPE html>
<html>
<head>    
    <meta charset="utf-8">
    <title><?php echo "中国";?></title>
</head>
<body>
</body>
</html>
<?php
    echo "php.cn";
?>


Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan