Changing and saving mysql user data within a view Table which displays a user's data

后端 未结 2 660
你的背包
你的背包 2021-01-26 02:10

I have a table which displays user-data fetched from a mysql table.i want to make it editable right within the cells of this table. I have used php to show data inside \"text\"

2条回答
  •  半阙折子戏
    2021-01-26 02:56

    I managed the job by handling the form submission.However, I appreciate all for at least looking into this question.The errors were: 1. i didnt put the submit in any form tag premises and nor did i handle it using .submit() on click.
    2. i was using type of button twice.. a. as "button" b. as "submit"

提交回复
热议问题