I'one thousand looking to create a table in html to be used to insert the track listing for a CD album. This is not pull info out of the database but rather to insert new data.

I don't want to put one by ane with a unmarried form but rather do all for that album at once

Something similar this

enter image description here

How can this be done with HTML and php to be inserted into a mysql db

I sympathize this tin be done if I put the info into an excel file and upload it to the serever merely I want information technology to be done right on the server

user avatar

Rik Heywood

13.6k ix gilded badges 59 silver badges 79 bronze badges

asked Jun fourteen, 2012 at xiii:07

user avatar

1

  • Please rethink your tags, this has nothing to practise with either MS Access or Excel.

    Jun 14, 2012 at thirteen:10

ii Answers 2

Ok after banging my caput around I have discovered what I was after was a Crud Datagrid.

I take gone with the jqery east ui filigree as it the exact thing for my utilize

http://www.jeasyui.com/tutorial/app/crud2.php

This filigree is pretty simple to use and all the demo files are available from jquery wich makes it even improve.

A Thank you to PEM for pointing me in the right direction

answered Jun 18, 2012 at 13:32

user avatar

I'd recommand looking at Dojo Toolkit DataGrid or dgrid, with stores (jsonRest stores or itemFileWriteStore) for the php side, you'd only have to do a fromJson (json_decode) in your controller, then populate some model object (or direct put the info into db later some cleaning to avert sql injections).

answered Jun 14, 2012 at 13:x

user avatar

Not the reply you're looking for? Browse other questions tagged php mysql html datagrid or ask your own question.