Recent questions tagged sql-injection

Ask a Question
+5 votes
4 answers 63 views

I have to program an application management system for my OJT company. The front end will be done ... name textbox so it doesn't accept special chars?...

0 votes
1 answer 23 views

This is my code: $email= mysqli_real_escape_string($db_con,$_POST['email']); $psw= ... SQL Injection attack or other SQL attacks ?...

+3 votes
0 answers 13 views

Is there a catchall function somewhere that works well for sanitizing user input for SQL injection ... still allowing certain types of HTML tags?...

To see more, click for the full list of questions or popular tags.
...