Hi all,
I have a query from a mySQL database. The results are fed into a form (the form is made on the fly with PHP).
If a string has an apostrophe (a single quote mark), the text stops at that point.
For example, John's Hardware Store becomes John
Is there a trick or function to get around this?
Thanks,
KB
I have a query from a mySQL database. The results are fed into a form (the form is made on the fly with PHP).
If a string has an apostrophe (a single quote mark), the text stops at that point.
For example, John's Hardware Store becomes John
Is there a trick or function to get around this?
Thanks,
KB