Figure out your pitcher's ERA (Earned Run Average).

This page will both display and handle the html form. This is different from the previous forms where the displaying and the handling of the forms was done on different pages.

Enter the number of innings pitched: Enter the number of earned runs:

Move forward to a "Sticky" version of this same form. See if you can find the difference.

Choose the php page you would like to go to from the list. This list comes from a separate file which is included at this spot using the php include() function.

Previous | Next