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

  1. //o resultando do operacao relacional v e f
  2. //!= diferente
  3. //! iverte o resultado
  4. // && = E tem que saber dos valores
  5. //ou = !! 
  6. <?php
  7. $a=10;
  8. $b=5;
  9. $c=6;
  10. $d=$a-$c;
  11. $e=$c%$d;
  12.  
  13. echo "d = $d, e = $$e"
  14. ?>
  15.  
File Description
  • aaa
  • PHP Code
  • 11 Sep-2019
  • 201 Bytes
You can Share it: