Function mysql_escape
Simple escape function for dangerous SQL characters
void mysql_escape(Output, Input)
(
Input input,
Output output
);
Parameters
| Name | Description |
|---|---|
| input | string to escape |
| output | output range to write to |