Function mysql_escape

Simple escape function for dangerous SQL characters

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

Parameters

NameDescription
input string to escape
buffer buffer to use for the output