Hi im creating a comment page for my website using php. i've been using mysql_real_escape_string. i know this isnt enough to prevent mysql injection but is there a way i could go about doing this cause words like member's gets escaped with a backslash when i show the comment.
thanks.
*update
i've found the answer. using stripslash(). thanks.
thanks.
*update
i've found the answer. using stripslash(). thanks.
Last edited: