Siti aisah - 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 Siti aisah.php

  1. <?php hai nama saya siti aisah; 
  2. echo" Sebuah lingkaran memiliki diameter=10cm. Hitunglah keliling lingkaran tersebut!";
  3.  
  4. const phi = 3.14;
  5. $diameter=10;
  6.  
  7. echo"<br>Jawab<br>Keliling lingkaran = ".phi*$diameter;
  8.  
  9.  
  10. ?>
File Description
  • Siti aisah
  • PHP Code
  • 17 Sep-2021
  • 215 Bytes
You can Share it: