Hanifah - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of Hanifah.php

  1. <?php
  2. const NAMA="HANIFAH";
  3. const KELAS="XII IIS";
  4. echo NAMA;
  5. echo "<br>";
  6. echo KELAS;
  7. echo "<br>Sebuah lingkaran memiliki diameter=10cm.Hitunglah keliling lingkaran tersebut!";
  8. define(3,14);
  9. $diameter=10;
  10. echo"<br>Jawab<br>Keliling lingkaran=".phi*$diameter;
File Description
  • Hanifah
  • PHP Code
  • 26 Sep-2020
  • 259 Bytes
You can Share it: