Function mysql_escape
Simple escape function for dangerous SQL characters
Prototype
void mysql_escape(Buffer, Input)(
Input input,
Buffer buffer
);
Parameters
Name | Description |
---|---|
input | string to escape |
buffer | buffer to use for the output |