Jump to content

Is stripslashes ok?


johnsmith153

Recommended Posts

This is a PHP question.

 

I can't understand why this is happening but for some reason Ajax requests (using JSON) are being escaped, where I'm sure that's never happened before.

 

Magic Quotes are definitely off on my server.

 

I'm not using jQuery for Ajax, just basic JS.

 

In JS I url encode the JSON and then send, but it is retrieved by PHP like this:

 

{\"variable_name\":\"value\"}

 

Is it ok to just use stripslashes on it, because that makes it work? I thought stripslashes was frowned upon these days.

 

 

Link to comment
https://forums.phpfreaks.com/topic/264638-is-stripslashes-ok/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.