Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created November 13, 2020 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/c1fbb3dced3d7a537031aff89591379b to your computer and use it in GitHub Desktop.
Save codecademydev/c1fbb3dced3d7a537031aff89591379b to your computer and use it in GitHub Desktop.
Codecademy export
<form method="post" action="">
Enter some HTML:
<br>
<input type="text" name="html">
<br>
<input type="submit" value="Submit">
</form>
<div>
You entered:
<?= htmlspecialchars($_POST["html"]);?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment