Prodi Sistem Informasi | Belajar HTML dan PHP | Skripsi SI
1000 Penghafal Quran
Pengobatan Ruqyah Mandiri
Sistem Informasi (S1)
Manajemen Informatika
Komputer dan Pendidikan
Blog | Kontak | Siap Kerja | Sertifikat | PrivacyPolicy | Inggris Arab | Daftar Isi

Monday, October 5, 2020

DDP 2

 ddp2a.php

<html>
<body>
<?php
echo "Hello World (hlm. 11)";
?>
</body>
</html>

**
ddp2b.php
<html>
<body>
<?php
echo "Hello World";
print "Belajar dasar-dasar PHP (hlm. 12)";
?>
</body>
</html>

**
ddp2c.php
<?php
$nama='Ujang al-Katabah';
$nilai=90;

echo "$nama";
echo "<br>";
echo "$nilai";
?>
"Boleh Konsultasi Masuk Jurusan Sistem Informasi via IG atau Tiktok."
Tips Skripsi Program Studi Sistem Informasi

No comments:

Post a Comment