/ Published in: PHP

Expand |
Embed | Plain Text
function quote_smart( $value ) { // Stripslashes { } // Quote if not integer { // mysql_real_escape_string requires PHP 4.3.0 and higher! } return $value; }
You need to login to post a comment.