|
Posted by Kevin Davis on 09/04/07 15:36
On Sep 4, 10:14 am, ELINTPimp <smsi...@gmail.com> wrote:
> 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...
Sorry about that I should added some claficiation.. The example would
be if the user has more than one previous employer and they have add
more until they are done. That is correct I don't want the user to
enter the information to the database until they are done.
Thanks..
[Back to original message]
|