Re: [PHP] PHP delete confirmation

2011-04-29 Thread Sharl.Jimh.Tsin
yes,i agree with you,Richard L. Buskirk. process by client-side script,such as javascript is the best and convenient way. Best regards, Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**) 2011/4/29 ad...@buskirkgraphics.com: This can be done in the delete.php file OR use javascript

RE: [PHP] PHP delete confirmation

2011-04-28 Thread admin
This can be done in the delete.php file OR use javascript onClick to confirm the intent. Delete.php ?php If($_GET['confirm'] == Yes) { //Delete actions }else If($_GET['confirm'] == No) { //No Delete actions. }else{ //display a delete confirmation and remember to carry required