Hello peeps.
I'm trying to update a sql table from mi php Ajax web page, which stores dynamically a table into the page by table.appendChild(row)
, so that the user can verify the information he is inserting before the actual database update.
How do I do this with ajax?