Re: [php-list] How do I get form elements values BEFORE SUBMIT & AFTER SUBMIT????

2008-11-18 Thread Pavan PHP
On Tue, Nov 18, 2008 at 3:39 PM, HELLBOY <[EMAIL PROTECTED]> wrote: > On Tue, Nov 18, 2008 at 3:29 PM, listgroups08 wrote: > > > - Original Message - > > From: "HELLBOY" > > > > Hi All, > > Here is the reason why i ak asking for ur help. > > > > I have a edit form in which the values alr

Re: [php-list] How do I get form elements values BEFORE SUBMIT & AFTER SUBMIT???

2008-11-18 Thread HELLBOY
Thanks a lot friend... Now I had decided to focus on ur statement *If your form is updating a database record, you can REPLACE all of the values at once or perform a SELECT, make a comparison with the POST data and use UPDATE to replace just the fields that are different.* ** *Thanks once aga

Re: [php-list] How do I get form elements values BEFORE SUBMIT & AFTER SUBMIT????

2008-11-18 Thread James Keeline
--- On Tue, 11/18/08, HELLBOY <[EMAIL PROTECTED]> wrote: > As u told I will try it on server side. But reason for question was > 1. I am submitting form using AJAX. > 2. My POST data is very huge thats y i was trying to eliminate it >only on client side. Often the PHP default limit on POST

Re: [php-list] How do I get form elements values BEFORE SUBMIT & AFTER SUBMIT????

2008-11-18 Thread HELLBOY
On Tue, Nov 18, 2008 at 3:29 PM, listgroups08 wrote: > - Original Message - > From: "HELLBOY" > > Hi All, > Here is the reason why i ak asking for ur help. > > I have a edit form in which the values already stored in DB are populated. > User can edit some or all the values in the form.

Re: [php-list] How do I get form elements values BEFORE SUBMIT & AFTER SUBMIT????

2008-11-18 Thread listgroups08
- Original Message - From: "HELLBOY" Hi All, Here is the reason why i ak asking for ur help. I have a edit form in which the values already stored in DB are populated. User can edit some or all the values in the form. then he submit the form. NOW I WANT SOME JAVASCRIPT / PHP FUNCTIONALI

Re: [php-list] How do I get form elements values BEFORE SUBMIT & AFTER SUBMIT????

2008-11-18 Thread listgroups08
- Original Message - From: "HELLBOY" Hi All, Here is the reason why i ak asking for ur help. I have a edit form in which the values already stored in DB are populated. User can edit some or all the values in the form. then he submit the form. NOW I WANT SOME JAVASCRIPT / PHP FUNCTIONALI

[php-list] How do I get form elements values BEFORE SUBMIT & AFTER SUBMIT????

2008-11-18 Thread HELLBOY
Hi All, Here is the reason why i ak asking for ur help. I have a edit form in which the values already stored in DB are populated. User can edit some or all the values in the form. then he submit the form. NOW I WANT SOME JAVASCRIPT / PHP FUNCTIONALITY WHICH WILL GIVE ME THE types & values OF ALL