HTML.form.guide

php form variables

Passing PHP form variables from one page to other

This is in continuation of the PHP multi-page order form article. The first paged explained how to pass the variables between pages using sessions. This page shows you how to accomplish the same using hidden fields. Multi-page forms using hidden input fields Hidden input fields are form fields that are not visible. The user can’t see or change these fields, and they are used to transmit state information between different pages.

Continue Reading →