Allow Single quotes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rahoo303
    New Member
    • Jun 2012
    • 1

    Allow Single quotes

    I need to javascript code for allow single quotes except mysql_real_esca pe_string() function in php.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    That doesn't remove single quotes. It just escapes them so they don't blow up SQL statements.

    Comment

    Working...