Whenever I call a field out of my database that contains an apostrophe it puts a "\" before the apostrophe. How can I prevent this from happening?
example:
print("$name"); it will output "David\'s Drycleaning" rather than "David's Drycleaning"
Thanks in advance for your help
example:
print("$name"); it will output "David\'s Drycleaning" rather than "David's Drycleaning"
Thanks in advance for your help