/ Published in: PHP
URL: tricksbycinger.blogspot.com
The function returns the "sanitized" version of user input. Use before putting variables into SQL code.
Expand |
Embed | Plain Text
function sanitize($data) { { } return $data; } //example $username = sanitize($_POST['username']);
You need to login to post a comment.
