This website requires JavaScript.
Explore
Help
Sign In
monnerat
/
web_2025
Watch
2
Star
3
Fork
3
You've already forked web_2025
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
43b5ee3521c5857f21d72834a6ce64b01b79f6d6
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>
Reference in New Issue
Copy Permalink