mysql_escape

Simple escape function for dangerous SQL characters

void
mysql_escape
(
Buffer
Input
)
(
Input input
,
Buffer buffer
)

Parameters

input Input

string to escape

buffer Buffer

buffer to use for the output

Meta