|
|
|
|
|
by tehbeard
3852 days ago
|
|
> PHP is the only lasting language where making code that allows SQL injection is easier than code that forbids it. Pretty sure this is true for any language, the key difference is education. When learning JDBC for example, you're taught to use prepared statements with params vs. string concatenation. |
|