How can I prevent SQL injection in PHP?
41928 Oct 2020
If user input is inserted without modification into an SQL query, then the application becomes vulnerable to SQL injection, like in the following example:
$unsafe_variable = $_POST["user_input"];
mysql_query("INSERT INTO `table` (`column`) VALUES ("$unsafe_variable")");
That"s because the user can input something like value"); DROP TABLE table;--, and the query becomes:
INSERT INTO `table` (`column`) VALUES("value"); DROP TABLE table;--")
What can be done to prevent this from happening?
0 likes
Top related questions
Related queries
Latest questions
सेक्स करने के बाद कैसा महसूस होता है
26 Nov 2024 4
10 love 😘 शायरी
25 Nov 2024 0
Jio Bharat 5G खरीदे अब केवल 999 में, झक्कास फीचर्स के साथ मिलेगा 6 महीने का रिचार्ज फ्री
25 Nov 2024 5
यह किस देश का झंडा है कोई बता सकता है
25 Nov 2024 0
किस विटामिन की कमी से बाल झड़ने लगते हैं?
25 Nov 2024 3
सेक्स करना कैसा लगता है
25 Nov 2024 3
आपने मुंह में लन्ड लिया है कभी?
25 Nov 2024 7
सबसे पहले आपको किसने चोदा?
25 Nov 2024 9
किस किस ने भाभी को चोदा है?
25 Nov 2024 42
5 Essential Habits for a Happy and Healthy Gut
25 Nov 2024 2