Skip to content

Instantly share code, notes, and snippets.

@araeuchle
Created September 29, 2017 21:11
Show Gist options
  • Save araeuchle/83c1261b8b5fb9dd492293e863e9a492 to your computer and use it in GitHub Desktop.
Save araeuchle/83c1261b8b5fb9dd492293e863e9a492 to your computer and use it in GitHub Desktop.
if (count($params['values']) > 0) {
foreach($params['values'] as $key => $value) {
$params['values'][$key] = mysqli_real_escape_string($Ossn->dbLINK, $value);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment