We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374dec8 commit 4bd8dbaCopy full SHA for 4bd8dba
xss.php
@@ -40,7 +40,7 @@
40
require 'function.php';
41
if( array_key_exists( 'show', $_POST ) && $_POST[ 'show' ] != NULL ){
42
$first_name=check($_POST['first_name']);
43
- echo '<pre>hello'.$first_name."</pre>";
+ echo "<pre>hello".$first_name."</pre>";
44
}
45
?>
46
//======>HTML_code
0 commit comments