->escape()
Description
Similar to Pear DB's quote it will escape a value, without the quotes, so it can be used with a LIKE query.
Example
Example 39-1. Escaping a LIKE string
|
Example 39-2. Sample SQL
|
|
Helping ordinary people create extraordinary websites! |
|
->escape()DescriptionSimilar to Pear DB's quote it will escape a value, without the quotes, so it can be used with a LIKE query. Example
|