Tech Support Forum banner

PHP/MYSQL - adding multiple records at once

1284 Views 1 Reply 2 Participants Last post by  brent.charlebois
Hi All,
I have an issue I am trying to get around.
I have a website for plane spotters, some have asked if they can have the following -

multiple input of spots for a spotting occasion.

e.g. they visit Manchester Airport, on 2015-02-23 and spot 18 aircraft. they want to be able to add into the DB all of the records on one screen so that they can see what they have already entered. eg.

G-TUIA B787 Dreamliner Thomson
G-OOBM A330 Monarch
G-EZUM A320 easyJet

they wish to input them into the screen and once completed they can click insert.

I can do this for one spotting but how to do it for multiple?
Status
Not open for further replies.
1 - 1 of 2 Posts
Hi Dave,

So you have a database set up to store your records in. How about you collect the info for one record and store that record in the database and then retrieve all the records from the database and display them on the screen. Will that work for you?

BC
1 - 1 of 2 Posts
Status
Not open for further replies.
Top