FireLancer
New Member
- Messages
- 15
- Reaction score
- 0
- Points
- 0
Can magic_quotes be disabled please?
Before I send anything to a my database I use mysqli->real_escape_string($mystring) and magic_quotes just causes problems like extra slashes being added and as a result also displayed
I know I can get rid of them with stripslashes() but it seems a waste of resources to remove something that I never wanted in the first place...
Before I send anything to a my database I use mysqli->real_escape_string($mystring) and magic_quotes just causes problems like extra slashes being added and as a result also displayed
I know I can get rid of them with stripslashes() but it seems a waste of resources to remove something that I never wanted in the first place...