How to Continue to Pass Form Elements to Create a Mult-Page Form
in PHP added by Walkere, on 29/1/2008 beginner tutorials forms php
Sometimes forms get long, unsightly, and intimidating. It’d be great if you could cut them up into three or four parts - with a few fields on each page. In order to do that, you need to figure out some way of storing or passing along the information from the first pages. This tutorial will show you how to create a simple php function that will do this for you.
comment save reportno comments
