I'm desperate.

I can't find any info on making a subform in php (not even asp).

I have an access database that uses subforms. However i need to import this to my mysql database. I'd like to rebuild the online input form but i don't know where to start. It needs to display the data using subforms plus i need to be able to input data using subform.

The database looks like this (this is a small example).
Mainform: date, dateid, location
Subform: dateid, team1, team2, result
the dateid field is "joined"

Can anyone tell me where i can find more info on making subforms with php ?