Is there any way to set up a datasheet in PHP? By datasheet, I mean some sort of table-view of the data in a grid format that allows the user to edit information just like they were just looking at the table itself. Is there anything like this available in PHP?
its not that hard to code, requires some css to format the input boxes and some clever coding to maintain the data integrity per row. just use the value attribute of the input element and then the value is in the 'cell'
where the numbers for the array (in the brackets) are generated and written by your PHP script and describe the row and column numbers the data belongs to.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.