views:

14

answers:

1

Is there an API in PHP which allows the user to add records by just filling out an excel-like table instead of having to fill up a usual form-look page. After the user will fill in the fields, the record will auto save the record in the database. I want it to work just like ordinary form with post method in PHP. It will allow the user to add/edit records.

+1  A: 

You can use:

Adminer Editor

[EDIT]: And for AJAX based, where there is no page-redirects, there are plenty. A comprehensive list here: Top 10 Ajax & PHP Powered MySQL Table Editor / Viewer / Data Grids

shamittomar
Thank you! But is there wherein the user will just add new record via entering fields directly on the table and save that record instead of redirect to another page with a form then have to click save. I am looking for exactly how to add a new record in excel. Just type the new record on the new line then automatic save that record.
anonymous123
@anonymous123, I have updated the answer.
shamittomar