aynamohol 0 Newbie Poster

Suppose fields: id, uname, ufullname, upass, uemail

I would like to add an option for users to update there profile. Users will update profile which make changes without reloading page. Every field will show once user clicked on Update profile.

My needs little different than others tutorials i have searched daniweb and google. My needs is like AJAX to do list.

Every update field will have a Save Button. something like following code.

<input type="text" name="uname" value="Name"><input type="button" value="Save"><br/>
<input type="text" name="ufullname" value="Full Name"><input type="button" value="Save"><br/>
<input type="text" name="uemail" value="Email"><input type="button" value="Save"><br/>

That means, users update their profile one by one using AJAX without reloading the page. Basically, I will apply this for a long users profile it will have at-least 98 fields.

I needs this because an user update 0-40 fields he can leave this for few hours or days. Then he came back to the system and update others information again.

Any tutorial or any idea or code will appreciate.

Thanks
Samrat

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.