Files
web_2025/R3.01/tp/tp1/ex1/hello-world.php
T
JARNOUEN DE VILLARTAY Ulysse (SAFRAN AIRCRAFT ENGINES) 6dd596e7b3 add correction
2026-04-02 13:48:28 +02:00

10 lines
131 B
PHP

<!DOCTYPE html>
<html>
<body>
<?php
echo "<h1>hello world !!!</h1>";
phpinfo();
?>
</body>
</html>