PHP/SQL Database querying good practice and security

后端 未结 6 2034
忘了有多久
忘了有多久 2020-12-14 04:54

So I\'m a slightly seasoned php developer and have been \'doin the damn thing\' since 2007; however, I am still relatively n00bish when it comes to securing my applications.

6条回答
  •  伪装坚强ぢ
    2020-12-14 05:30

    Use stored procedures for any activity that involves wrinting to the DB, and use bind parameters for all selects.

提交回复
热议问题