Forum Moderators: coopster
I have an application to upload data to a mySql database and a site to publish the data - pretty straight forward. What I want to do is have a user upload to the db and then I log on check that the input is ok and then allow it to be published on the site along with the rest of the records. How do I go about flagging these records so that it is ok for the script to publish on the site?
Another option: A separate, temporary storage file that upon approval writes the records to the permanent file and deletes the temporary entry.