SQL Injection Protection
问题 I thought I would get your opinion on an option I thought that would essentially eliminate the possibility of SQL injection (I think). Currently, I have my admin account which obviously gives me full command of the database (alter, drop, etc). I than have an account that PHP uses which only has access to SELECT, UPDATE, DELETE, INSERT. What about setting up a user for each of those actions, and then just referencing the connect ID in the mysql_query statement - now obviously this would put a