If you're using a straight-forward form submission, make the form
action submit to a script and process it server-side.

If you're doing it through AJAX, the following Jquery functions maybe
of use to you:
serialize() : http://docs.jquery.com/Ajax/serialize
serializeArray() : http://docs.jquery.com/Ajax/serializeArray



On Jan 30, 2:12 am, dimitri <megak...@gmail.com> wrote:
> i'm all new with jquery and i'm using a validator for my form from
> marzapower.
>
> i was lucky enough to make the script detemine whether the form is
> fulfilled correctly or not
> whan not it sasy forgotten this or that, when correct it says i made
> it.
>
> but i'm now struggling om how i have to pass the data to my page for
> processing en INSERT/UPDATE my database
>
> Has anyone suggestions on how to solve this

Reply via email to