Securing user inputs for database
What is good method to secure the user inputs before inserting to database so that there can not be SQL injection or other kind of hacking?
If you can give any function/code, it will be very nice.
1 Answer
its easy just
Posted: MacOS 1 of 1 people found this answer helpful. Did you? Yes No so mysql_real_escape_string()alone should be enough? look here too http://php.net/manual/en/security.database.sql-injection.php |
© Advanced Web Core. All rights reserved