Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

execute php mysql securely

mysql_real_escape_string($user); //Use before implementing in MYSQL query
//for data safe handling and avoiding hacking injection in Database
 
PREVIOUS NEXT
Tagged: #execute #php #mysql #securely
ADD COMMENT
Topic
Name
9+3 =