-
PDO thinks integers are strings
PDO thinks integers are strings I seem to be finding bugs left and right. I am using PDO to prevent against SQL injection attacks. It takes all parameters that I pass in, and makes certain that the correct SQL statement Read More

