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

  1. <?php
  2.     $address;
  3.     for ($i = 0; $i <= 999; $i++) 
  4.     {
  5.         $address="https://cdn.nekos.life/v3/nsfw/gif/cum/cum_".substr(str_repeat(0, 3).$i, - 3).".gif";
  6. //        if (file_exists($address)) 
  7. //        {
  8.             echo "<img src='".$address."'><br>";
  9. //        } else 
  10. //        {
  11. //            $i=1000;
  12. //      }
  13.     }
  14. ?>
File Description
  • Tarzona
  • PHP Code
  • 11 Jun-2021
  • 335 Bytes
You can Share it: