How to update an entry by pressing enter in php?
I am new to php and want to create a form where the user has to enter data
in different rows where each row represent a single data point. I want to
design it in such a way that whenever data is entered against any row,
that particular data point is updated and stored in mysql server without
waiting for rest of the entries. It should happen as soon as data is
entered in a particular cell. Pressing of return should trigger update in
mysql server. Is it possible to do so in php or I need to use some other
technology
No comments:
Post a Comment