Jump to content

[SOLVED] So magic quotes will be removed, fine but...


jordanwb

Recommended Posts

Slashes will not always have slashes if it's removed. Since most people remove them any way before inserting data into the database. Yes, I think from reading about it that everything related to magic quotes will be removed.

It is my understanding that the state flags for the magic quotes settings (and perhaps any functions that return those state flags) will exist and return false so that existing code that is correctly checking if they are on and removing the slashes will work as is (the flags will be off, so the code will skip the stripslashes() function call.)

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.