/ Published in: PHP
Expand |
Embed | Plain Text
function dbquote($val) { } $val = " . mysql_real_escape_string($val) . "; } return $val; }
You need to login to post a comment.
tylerhall on 11/30/-1
4 people have marked this snippet as a favorite
function dbquote($val) { } $val = " . mysql_real_escape_string($val) . "; } return $val; }
You need to login to post a comment.