I'm creating a website in which one menu contains forms.Every form is dependent on another form.I have many forms like this which should be fill by user one by one for that what should i use to keep tracking of user and forms.


Can any one help me?

You need to clarify dependent. Are these filled in a sequence (e.g. one form for name followed by another form for address). If all you need to do is to track which one they have completed, the simplest way would probably to have a session variable for each form with the status. If you need to force a specific sequence, then you would need to define that sequence and then check for the last form filled and then use your sequence definition to determine which one comes next.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.