Re: FN-FORUM: Stupid question
date posted 3rd October 2006 17:11
I was wrong it still doesn't work..
I have
and I am using
if ($_POST['Delete'] !== "" & trim($_POST['Delete']) == "Delete Booking") {
I have also tried various other combinations.
if ($_POST['Delete'] !== "") {
goes into that bit of code even though I haven't posted the form
Pam
|