Page 1 of 1

Post, Clear Form, Process Data and Repopulate Form

Posted: Sun Aug 30, 2009 6:38 pm
by zunebuggy
I have a form. On submit my ALL server side php script processes the form data and changes it. After it changes it I would like it to repopulate the original form again with the changed data without having to rewrite the page. Is this possible?
Thank you.

Re: Post, Clear Form, Process Data and Repopulate Form

Posted: Sun Aug 30, 2009 6:57 pm
by jackpf
Yes. Use AJAX to send the request, and fill the inputs with whatever data is sent back.