Method Sql.mysql()->quote()
- Method quote
 stringquote(strings)- Description
 Quote a string so that it can safely be put in a query.
- Parameter 
s String to quote.
string quote(string s)
Quote a string so that it can safely be put in a query.
sString to quote.