SMF Version: SMF 1.0.7
I have problem with single quote. When I post a topic that contain single quote, it has changed to double single quotes. I've search for a solution in this board. The solution is set magic_quotes_sybase to off. But I'm in IIS share hosting environment so I can't either modify php.ini myself or set it via .htaccess.
Have any idea?
Add this code to the beginning of index.php (right after the <?):
ini_set('magic_quotes_sysbase', '0');