Jump to content

Delete not working


mickeymouse

Recommended Posts

$query = "DELETE * FROM `BACdata` WHERE `userid`='$UserID' AND `Date`='$curdate' AND `seqnum`='$delseqnum' ";
    $Results = mysql_query($query, $link);

Printing the three paramatres = michele, 24-02-13, 322

My database record = michele, 24-02-13, 322

But the record doesn't get deleted. No error messages.

Any idea why? I just can't see what's wrong.

thanks

BACdata.jpg.de2aaae5d57156bac122ea5d453c241a.jpg

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...