Start your All-Access Pass to unlock this challenge
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>
$_POST
$_POSTED
$_SERVER
$_GET