PHP - Befehle | PHP-Einfach.de | Github

Normal Editor

<?php




?>

Editor without $_GET / $_POST parameters

<?php
echo "Hi and welcome for our Online PHP Editor. The current time is: ".date("H:i:s")." <br>";
echo "Press the button below to execute the code";
?>

Editor with predefined $_GET / $_POST parameters

<?php
echo "Hi and welcome for our Online PHP Editor. The current time is: ".date("H:i:s")." <br>";
echo "Press the button below to execute the code";
?>