when you apply addslashes() on any variable before submitting to database (mysql), is there any need to apply stripslashes() when fetching the same from database?
I am previously applying the same to the data fetched from database but now i have noticed that there is no such need.
I have tested the same and the putcome support my new thought.
I need you help in this regard because i cant use this much sensitive change to the code before being sure about its of being no use.
I am previously applying the same to the data fetched from database but now i have noticed that there is no such need.
I have tested the same and the putcome support my new thought.
I need you help in this regard because i cant use this much sensitive change to the code before being sure about its of being no use.
