keep getting backslashes (\) before using the ' character? - Joomla! Forum - community, help and support
hello there,
i've started using joomla! , seem having issue can't tackle.. i've searched , found several answers on google i'm new webdevelopment in general joomla! , couldn't figure out how apply given answers there.
so before read question please consider basicly going explaining has little / no experience.
my problem:
basicly on joomla! powered website whenever try create new catagory, article or of sorts have need use name foto's (dutch photos), when use ' adds \ when save catagory / article. in case it's i'm pretty sure i'm using tinymce text editor.
if kind me resolve issue grateful.
in case if can't me problem thank taking time read , giving best shot.
- kyr
i've started using joomla! , seem having issue can't tackle.. i've searched , found several answers on google i'm new webdevelopment in general joomla! , couldn't figure out how apply given answers there.
so before read question please consider basicly going explaining has little / no experience.
my problem:
basicly on joomla! powered website whenever try create new catagory, article or of sorts have need use name foto's (dutch photos), when use ' adds \ when save catagory / article. in case it's i'm pretty sure i'm using tinymce text editor.
if kind me resolve issue grateful.
in case if can't me problem thank taking time read , giving best shot.
- kyr
i think common reason backslash added commas has protecting database sql injection (if new databases might need read more on this).
the backslash should visible in database results (phpmyadmin or mysql workbench) , not in tinymce editor remove slashes called before loading content. if seen slashes inside tinymce check ensure mysql configuration doesn't have get_magic_quotes_gpc enables - more on in mysql , sql injection.
good luck.
the backslash should visible in database results (phpmyadmin or mysql workbench) , not in tinymce editor remove slashes called before loading content. if seen slashes inside tinymce check ensure mysql configuration doesn't have get_magic_quotes_gpc enables - more on in mysql , sql injection.
good luck.
Comments
Post a Comment