Start your All-Access Pass to unlock this challenge
Challenge 3 / 3
Which superglobal variable should you use to access the submitted data from the following form:
<form method="post">
<input type="text" name="breed">
<button>Save</button>
</form>
Skip challenges and go to theNext Chapter