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

  1.  
  2. <?php
  3. $a = "Josh";
  4. $b = 2000;
  5. $c = 2020;
  6. $d = ($c - $b);
  7. print "<h2>My name is " .$a. " in large font</h2><br>Vernon College <br> ITSE 1306 PHP Class <br> I am this old: " .$d;
  8.  
  9. ?>
  10.  
File Description
  • 3.
  • PHP Code
  • 24 Feb-2021
  • 182 Bytes
You can Share it: