Re: [PHP-DB] Escaping an '
[email protected] (Bastien)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
Mysql_real_escape_string($bar) Bastien Koert 905-904-0334 Sent from my iPhone On 2010-10-16, at 10:41 PM, "Ron Piggott" <[email protected]> wrote: > For a query similar to: > > SELECT * FROM `tablle` WHERE `column` LIKE 'Sally's Hair Parlor' > > how do I escape the ' for 's? >