Magic Quotes?
Databases don't like double quotes, and many web scripts don't like single
or double quotes. Walking an error-free line between them can often be an editor's nightmare.
SwissCMS overcomes this by stripping and re-building all illegal or double-use characters when editing, updating and displaying all content. And as the title of this page proves, SwissCMS can easily accommodate apostrophe's and quotes.
Technical Stuff
Description from PHP.net
"Magic Quotes is a process that automagically escapes incoming data to the PHP script. It's preferred to code with magic quotes off and to instead escape the data at runtime, as needed."
More details can be found here:
http://uk3.php.net/magic_quotes
With all this in mind, we've decided to develop the SwissCMS engine to take care of all quoting, stripping and slashing duties itself. For this to happen, SwissCMS requires that your server has
Magic Quotes turned OFF. See the
Troubleshooting SwissCMS for more details.