Hi. I have an apllication for posting resumes. The company handles the application and enters the candidates in the tables. The data is kept in 4 tables. Now if i want to allow visitors to post their resume what should i do? Create a new set of tables for pending people or enter them in the existing tables using a field like "$pending"?
Using another set is a lot of trouble, especially when the data (+ images on the disk) will be copied from the pending tables to the standard ones.
I'd appreciate some ideas.
Thanks
John