confirm field

March 16, 2005 by Carl Grint
This is simple. Add a column call it say fldRecordStatus, set the default to 0.
Add a page in your admin system to show all records where RecordStatus = 0
Then add a Update form which is filtered by the ID you will pass from your display for each record.
Simply place a hidden field say call it txtRecordStatus, set the value to 1.

On your front end of the website, add a filter to only show where fldRecordStatus = 1