|
Posted by ELINTPimp on 09/04/07 15:14
On Sep 4, 11:00 am, Kevin Davis <kevin.da...@kevincdavis.net> wrote:
> Hello,
>
> I'm a new person when it comes to PHP and I have a quick question.
>
> I would like to create a form that will allow the user to add more
> information using the same form in case they have (similar to various
> employment sites).
>
> What would be the best way of using form arrays for that function?
>
> Thank you,
> Kevin
Hi Kevin,
I'm not sure exactly what you want to do...using your example of an
employment site...do you have a form that gathers a users employment
history, for example? And, if the employee has more than one previous
employer, to return to the same form so they can enter more
information? And, I assume, you do not want to submit the data to
persistent storage (ie database) until they are complete with the
form? If I'm off, let me know, just need clarification...
[Back to original message]
|