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

  1.  
  2. <html leng="ru">
  3. <ul>
  4.     <?php for($i=10; $i< 100; i++){ ?>
  5.     <li>Prikol<?php echo $i?></li>
  6. </ul>
  7. </html>
File Description
  • 123
  • PHP Code
  • 27 Dec-2020
  • 110 Bytes
You can Share it: