Im Trying to catalogue all my music albums, I have 3 tables - Artists, Albums, Tracks. The first two are working fine but every album have a different amount of tracks. So i have added a add track button which adds an extra row to the php page so i can enter extra tracks.
This row consists of "atrackid, Title, Length" the table in the database also has a track id which increments when a new track is added. The 'atrackid is track no on the album.
The problem im having is the building the array up to assign numbers to the text boxes on the form when i add an extra row. Then taking the information out of the from and putting it into the array so i can then take the info out of the array and place it into tracks table.
After many hours i have only succeded to give my self a head ache