PHP strip_tags not working

PHP have rich set of function to deal with errors 🙂 Sometime single setting in php.ini can effect the output of function. Magic Quotes is a process that automagically escapes incoming data to the PHP script. It’s preferred to code with magic quotes off and to instead escape the data at runtime, as needed. Magic … Read more