/ Published in: PHP
Esta funcion limpia un array contra inyección SQL.
Expand |
Embed | Plain Text
function clean_array_for_post($post){ foreach($post as $key => $value){ } return $post; }
You need to login to post a comment.
