Hi all,
I am making one application. When user will submit a form from frontend and it will go all value in database. After that i am showind this frontend form value in backend. In backend or admin section i am using two button one for submit and other for delete . Like if this information is useful then i will submit otherwise i will click on delete button.
But i want to make this application in some easy way. Let me explain whole thing.
[B]first record[/B]
---here will be info regarding form which have submitted from frontend form----------- Here will be checkbox for submit or delete
[B]second record[/B]
---here will be info regarding form which have submitted from frontend form------------ Here will be checkbox for submit or delete
( one records info and checkbox will come in a row )
and after all these records there will be two button one for submit and another for delete button
if i will click on submit button then records will be add in database and if i will click on delete button then it will delete from databse.
Like our mail we see in gmail or yahoo works . Like this.
Please help me how i can do this in PHP. I will be very thankful of him. Let me know if any further query.
Thanks
gagan