Managing State Information
Managing State Information
Figure 10-1 Skyward Aviation Frequent Flyer Web site page flow
PHP Programming with MySQL 6
Using Hidden Form Fields to Save
State Information
• Create hidden form fields with the <input>
element
• Hidden form fields temporarily store data that
needs to be sent to a server that a user does not
need to see
• Examples include the result of a calculation
• The syntax for creating hidden form fields is:
<input type=”hidden”>