I'm running into the problem of users being able to submit data with ' " and blank values. I think addslashes() will work but just wanted to know what it does for blank values?
Example:
User enters data like: Company Name: ABC's
User can skip fields as well: Company URL:
I want to know what addslashes() will add if they leave the field blank. I guess my question is how does addslashes() treat blanks? As NULL?