Tutorial Cryptohero Lengkap Bahasa Indonesia | Cryptocurrency Indonesia

if PHP

Script :

<?php
$sebab = "bekerja";
$akibat = "uang";
if ($sebab == "bekerja") {
echo $akibat;
}
?>


Hasil :

uang



Komentar