Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • so this is what should i put on data: { "firsname":jQuery("#firstname").val()} ? how about my PHP is it correct does it receive the post? Commented Jul 14, 2016 at 10:15
  • It should. remove the dataType: "json" from jquery. Commented Jul 14, 2016 at 10:21
  • Yes its proper. You need an ID as well in order to determine which row you need to update and also follow @Marcel's comment and its important... Commented Jul 14, 2016 at 10:26