Apabila Anda perhatikan contoh sebelumnya, maka terdapat tanda titik koma (semicolon) pada akhir perintah echo. Tanda semicolon merupakan penanda akhir dari statement PHP dan harus ada.
Contoh:
<html>
<head>
<title>Halaman PHP pertamaku</title>
</head>
<body>
<?php
echo "Php Action ";
echo "Php Action ";
echo "Php Action ";
?>
</body>
</html>
No comments:
Post a Comment