Jump to content

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);"

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.