Course 2: How to stop worrying & start writing PHP
We deserve to Create a Form
  Start your All-Access Pass to unlock this challenge
Buy Access Login

Challenge 2 / 2

What fields will be sent when we submit the following form?

<form action="pets_new.php" method="POST" />
    <input type="text" />
    <input type="text" name="name" />
    <input type="number" name="age" />

    <button type="submit">Add</button>
</form>
<input type="text" name="breed" />
Skip challenges and go to theNext Chapter

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.