jimlawrnc Posted November 3, 2007 Share Posted November 3, 2007 I'm searching for a function that will display a table in html with a single row of form fields. I'll then add a button to add another row So that more data can be added. Once all the data is filled in i can submit the data to the mysql database. I'm also looking for the ability to display the saved data in the same table and be able to update and add more. Essentially what im looking to do is to create a time entry application. Anyone know of a example or some pointers would be helpful. In the end I would like to generate a report. Link to comment https://forums.phpfreaks.com/topic/75934-dynamically-create-table-rows-as-needed/ Share on other sites More sharing options...
Barand Posted November 3, 2007 Share Posted November 3, 2007 (This is essentially a javascript problem, so I'll move it to the javascript forum.) However, see http://www.phpfreaks.com/forums/index.php/topic,159224.msg694481.html#msg694481 Link to comment https://forums.phpfreaks.com/topic/75934-dynamically-create-table-rows-as-needed/#findComment-384407 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.