Answers for "La déclaration d'impression PHP"

PHP
0

La déclaration d'impression PHP

<?php

 print "<h2>PHP is Fun!</h2>";

 print "Hello world!<br>";
print "I'm about to learn PHP!";

?>
Posted by: Guest on September-16-2021

Code answers related to "La déclaration d'impression PHP"

Browse Popular Code Answers by Language