cv c c cv c - 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 cv c c cv c.php

  1.  
  2. <html leng="ru">
  3.     <head>
  4.         
  5.     </head>
  6.     <body>
  7.     Privet, <?php $name="Andrey"; echo $name;  ?> Time: <?php echo date('H:i:s d.m.Y' )?>
  8.      
  9.     
  10.         <?php 
  11.         $name="ivan";
  12.         
  13.         for ($i=0;$i<10; $i++){
  14.             echo "Privet ".$name."<br>";
  15.         }
  16.         
  17.          $arr=["Odin","Dva","Tre"];
  18.          foreach($arr as $a){
  19.              echo "Privet ".$a."<br>";
  20.          }
  21.       ?>
  22.     
  23.     
  24.     
  25.     
  26.     </body>
  27. </html>
  28.  
  29.  
  30.  
  31.  
File Description
  • cv c c cv c
  • PHP Code
  • 27 Dec-2020
  • 468 Bytes
You can Share it: