Creating a multi-step process with mysql and php
- by Paul Atkins
Hi,
I am working on a script which allows users to create a stepped process.
The steps will consist of sending visitors to urls where they will fill out a form then be directed to the next step the user has created. Each user can create as many steps as they wish and the url for each step will be unique.
I am not sure if I am doing this in the…