View Full Version : need a bit of help
GoD
Sun 28th Jan '01, 12:06pm
I am making a script where a person fills out a form. Then after that i can login into the admin area and decide whether to approve or delete. I have dont everyhting up to the point where you login into the admin. I ahve no clue how to do the deleting and adding of the admin part. My icq is 41043170 if you would like to see the files. Also my AIM S/N is g0d3142.
Krucifyx
Tue 30th Jan '01, 12:32am
I recently created a software library with a structure similiar to as you just asked.
In the database table, just add a field called confirmed, (enum('Y','N') with default N, and when the entry is first added leave confirmed NULL
Then when you login to confirm/delete, have a query select all fields where confirmed equals N. If you confirm it, update the field to Y, else just delete the entry altogether.
GoD
Tue 30th Jan '01, 3:50pm
umm that is very confusing...i have no clue still what to do
vBulletin® v3.8.0 Beta 3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.