Files
web_2025/R3.01/tp/tp1/ex1/hello-world.php
T

10 lines
131 B
PHP
Raw Normal View History

2026-03-23 14:01:45 +01:00
<!DOCTYPE html>
<html>
2026-04-02 13:48:28 +02:00
<body>
<?php
echo "<h1>hello world !!!</h1>";
phpinfo();
?>
</body>
2026-03-23 14:01:45 +01:00
</html>