Bucin - 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 Bucin.php

  1. <?php
  2. // aku dan kamu
  3.     $aku = "aku";
  4.     $kamu = "kamu";
  5.     $kita = $aku && $kamu;
  6.  
  7.       if ($kita == !false) {
  8.           $jodoh = $kita;
  9.           if ($jodoh == true) {
  10.               echo "Alhamdulillah ya Allah";
  11.  
  12.           } else {
  13.           echo "Ya Allah tolong jodohkan hamba dengan dia";
  14.           }
  15.         }
  16.  
  17.  
File Description
  • Bucin
  • PHP Code
  • 22 Feb-2020
  • 323 Bytes
You can Share it: