Hi
I'm using php nuke 5.6. MYSQL.
The characters " and ' are being replaced automatically to "\ and '\
when entering and an item to the database I use ' yet when the items appears on the website it looks like that: \'
Why is it?
Thanks
I've never worked on Nuke before, but the \" is usally used in concatination, when you want the " to appear. eg around a value in SQL, when inserting or updating
never worked with Nuke either, but just haul out your php.ini file and make sure magic_quotes are set to on by default
you can also use ereg_replace()
Thanks alot