|
jonance -> Waiting area for database entries (5/14/2002 18:23:53)
|
Hello, I am attempting to create a queue (or waiting area of sorts) for database entries to go until they are approved. What i have now (not sure if this is the best way) is one database with two tables, one is the queue and one is the actual database that is seen on the web. The trouble is how to handle the entries. I have it so when someone signs up on the site and fills out the form, it is uploaded to the queue. Then the owner of the site goes in and reviews it (via form fields pulling from the queue table) and submit it if accepted, which uploads it to the actual db. Then they have to delete it from the queue db. I feel like there are too many steps and this could be easier. Does anyone have suggestions. Is there an easy way to move a record from one table to another? Or would it make more sense to have them all in one db with a field like "approved" and if "yes" it is displayed on my pages, if not it isn't? This is one aspect of db programming i haven't gotten to yet...hope y'all can help. Thanks, John
|
|
|
|