Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hello all,
I'm relatively new to php and mysql- looking for a way to create a datagrid allowing me to go down row by row and quickly insert data into the database for each row.

I suppose I could export and import data from Excel, but there's gotta be a faster way? Anyone have any idea about an editable datagrid?

Or perhaps videos/docs I could use to create an easy one? The ones i've found don't seem to allow for updating.
Posted

1 solution

Check these out for editable data-grid;

Link 1[^]

Link 2[^]

For processes with excel here some useful links;

Read and write excel data with php[^]

http://www.programmingfacts.com/import-csvexcel-data-mysql-database/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900