Hi All
I am yet to stumble across the best practice solution for coping with dangerous characters in SQL, be it add_slashes, magic quotes, html_entities() etc.. i'm never quite sure what the best approach is.
What do other people do to peoples input to make sure it is SQL safe?
Cheers,
hughie