/ Published in: PHP
![](/img/icon_sav.png?v3)
Esta funcion limpia un array contra inyección SQL.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function clean_array_for_post($post){ foreach($post as $key => $value){ } return $post; }
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)