Magic quotes
Magic quotes and strings
In this lesson, you learn:
- That PHP’s magic quotes feature adds extra backslashes to text.
- How to use the
stripslashes()function to fix the problem.
In this lesson, you learn:
stripslashes() function to fix the problem.