I have recently been having threats of SQL injection being performed on parts of a website of mine. I have protected all forms with htmlspecialchars();, but is this enough? How can I make sure SQL querys wont execute if sent in (its a radio site with a request system and such)?