12321 - 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 12321.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
  • 12321
  • PHP Code
  • 28 Dec-2020
  • 112 Bytes
You can Share it: