codehaven - php snippets - coding help
Generic filters
Exact matches only
  • mysql_real_escape_string

    31st July 2014

    Php - Strings

    php codehaven

    COMMON MISTAKE: –
    Make sure you connect to database before you use mysql_real_escape_string, otherwise it will not get the passed variable.

    Was this code snippet helpful?