Update XSS_level1.php
This commit is contained in:
parent
38a946c065
commit
7d3c0ed236
|
|
@ -6,12 +6,12 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form method="GET" action="" name="form">
|
<form method="GET" action="" name="form">
|
||||||
<p>Adınız:<input type="text" name="username"></p>
|
<p>Your name:<input type="text" name="username"></p>
|
||||||
<input type="submit" name="Gönder">
|
<input type="submit" name="Gönder">
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
if(isset($_GET["username"]))
|
if(isset($_GET["username"]))
|
||||||
|
|
||||||
echo($_GET["username"])?>
|
echo("Your name is ".$_GET["username"])?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user