Berikut merupakan contoh penggunaan if then pada php :

 
<?php

$a = 1;

if($a=1)

{

 echo 'Benar';

}

?>

Post a Comment

Previous Post Next Post