/ Published in: PHP
Expand |
Embed | Plain Text
function mysql_prep($value){ if($new_enough_php){ //undo magic quotes damege }else{ //if no magic quotes add slashes } return $value; }
You need to login to post a comment.
sebikovacs on 07/06/10
1 person have marked this snippet as a favorite
function mysql_prep($value){ if($new_enough_php){ //undo magic quotes damege }else{ //if no magic quotes add slashes } return $value; }
You need to login to post a comment.