Flag of Ukraine
SymfonyCasts stands united with the people of Ukraine
Next Chapter

Challenge #3 of 3


Q: 

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>

userVoice