7 lines
137 B
PHP
Raw Normal View History

2022-10-05 16:40:25 +02:00
<html>
<body><h1>Test PHP </h1>
<p>Test page PHP pour XSS.</p>
<?php $param=$_GET['param']; print("param = $param");?>
</body>
</html>