MySQL Escape Apostrophe

$var = $conn->real_escape_string($_POST["var"]);
Naive Chief