What is addslashes() in PHP and how does it work?

A1WEBSITEPRO QuestionsCategory: PHPWhat is addslashes() in PHP and how does it work?
Maximus Mccullough Staff asked 5 years ago

I was wondering what addslashes() was in php7 and how it works?

What is addslashes() in PHP and how does it work? was last modified: November 19th, 2018 by Maximus Mccullough
1 Answers
Maximus Mccullough Staff answered 5 years ago

Addslashes will put slashes before quotes for escaping purposes. 

Answer for What is addslashes() in PHP and how does it work? was last modified: November 19th, 2018 by Maximus Mccullough