[PHP] Ah ha ... confirm delete.

2002-09-24 Thread Philip J. Newman
confirm() returns a true or fulse. what is confirm called as a veriable? ?php if ($confirm == true) { $sql = DELETE FROM stompers WHERE sUser='$sUser' AND sEmail='$sEmail' LIMIT 1; $sql_result = mysql_query($sql, $connection) or die (Could not get Query); } else if ($confirm == false)

RE: [PHP] Ah ha ... confirm delete.

2002-09-24 Thread John Holmes
or not. If confirm() returns true, submit and process the form, otherwise, do nothing. ---John Holmes... -Original Message- From: Philip J. Newman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 12:44 AM To: [EMAIL PROTECTED] Subject: [PHP] Ah ha ... confirm delete. confirm