# 2020_06_18 Course ## PHP DEMO ```=php <html> <head> <title>PHP Test</title> </head> <body> <?php echo '<p>This is PHP XSS DEMO </p>'; ?> <h1> What's your name? </h1> <form method="GET"> <input type="text" name="name" /> <button type="submit">Send</button> </form> <h2> Hi, <?php echo $_GET['name'] ?></h2> </body> </html> ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up