function to sanitize input to Mysql database

前端 未结 5 2148
春和景丽
春和景丽 2020-12-14 03:19

I am trying to put a general purpose function together that will sanitize input to a Mysql database. So far this is what I have:

function sanitize($input){
          


        
5条回答
提交回复
热议问题