02-17-2019, 12:12 AM
So again I figured out the problem, just realized that I wasn't passing the information correctly.
Also, I decided to use the $db->query function instead and pass the information I needed as such:
$db-query("DELETE FROM table1 WHERE id=?",array($UserId));
This worked perfectly!
Cheers
Also, I decided to use the $db->query function instead and pass the information I needed as such:
$db-query("DELETE FROM table1 WHERE id=?",array($UserId));
This worked perfectly!
Cheers