Possible Duplicate:
Best way to stop SQL Injection in PHP
I'm curious what all functions I should run on a text string that's a quote before I store it in my database.
I want to handle it if it has single quotes contained in it as well as other double quotes or anything else.