Jump to content

set_magic_quotes_runtime


vic vance

Recommended Posts

Hey I was looking through some scripts and I saw the following code:

 

set_magic_quotes_runtime(0);

 

I am not sure what exactly is that, I even tried looking it up in google and php.net and seems I can't manage to understand due to the complex language used to explain it. Can I get some help in understanding this particular code. Please try being less complicated in explaining it, thank you.

Link to comment
https://forums.phpfreaks.com/topic/149379-set_magic_quotes_runtime/
Share on other sites

set_magic_quotes_runtime(0); sets the magic quotes runtime setting OFF.

 

If your question is in fact what does the magic quotes runtime setting do or what is the effect of turning it off, you would need to state that in your question, because all you asked is:

"I am not sure what exactly is that - set_magic_quotes_runtime(0);"

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.