I have used php to import some xml data, I had it set to send the data directly to an sql database. However, when the data is received (the xml source) it is not always correct, names are spelled wrong fields are not filled in, this is beyond my control, I pretty much get what I get. So anyhow, I have set up my php to display all the records to one web page using text fields for each field so I can edit any field and also I have included a check box in front of each record so I can skip adding this record if desired. What I do not know how to do is when I am done correcting the data is traverse through each record to add them to the database.
Any suggestions?
Thanks
JAS
Any suggestions?
Thanks
JAS
Comment