contoh.php 172 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Ini Contoh Ya</title>
</head>
<body>
<p>Selamat datang <?php echo $user ?></p>
</body>
</html>