Hi all,
What is the best way to allow characters such as single ticks ' to be inserted into a MySQL DB via a web form? If I use addslashes..I would need to use stripslashes when the data is extracted, correct?
Is there any function that could be used when the data is going in, that would'nt require a function when coming out of the DB?
Thanks in advance!
gary