mickeymouse Posted February 13 Share Posted February 13 $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 Link to comment Share on other sites More sharing options...
mickeymouse Posted February 13 Author Share Posted February 13 Correctio to above post: Printing the three paramatres = michele, 2024-02-13, 322 My database record = michele, 2024-02-13, 322 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now