,kkk - 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 ,kkk.php

  1. <?php
  2.  
  3. $siteUrl = 'https://lyl.live';  // 
  4. for ($i = 1; $i < 1; $i++) {
  5.     $response = file_get_contents($siteUrl);
  6.     
  7.     // 77777777777777777777
  8.  
  9.     echo "Requête $i envoyée.\n";
  10. }
  11.  
  12. ?>
  13.  
  14.  
File Description
  • ,kkk
  • PHP Code
  • 21 Feb-2024
  • 194 Bytes
You can Share it: