Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $stmt=$dbh->prepare(
- "DELETE FROM content
- WHERE contentID = :contentID"
- );
- $stmt->bindParam(':contentID', $sida['sida']);
- $stmt->execute();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement