This website requires JavaScript.
Explore
Help
Sign In
jarnouen
/
web_2025
Watch
1
Star
0
Fork
0
You've already forked web_2025
forked from
monnerat/web_2025
Code
Pull Requests
Activity
Files
ca49c90ffa4a5466889e3f70da56137e2595c5b9
web_2025
/
R3.01
/
tp
/
tp1
/
ex1
/
hello-world.php
T
10 lines
131 B
PHP
Raw
Normal View
History
Unescape
Escape
tp1
2026-03-23 14:01:45 +01:00
<!
DOCTYPE
html
>
<
html
>
add correction
2026-04-02 13:48:28 +02:00
<
body
>
<
?
php
echo
"
<h1>hello world !!!</h1>
"
;
phpinfo
();
?>
</body>
tp1
2026-03-23 14:01:45 +01:00
</html>
Copy Permalink