ChangSerlina / PracticeCode

0 stars 0 forks source link

[Php] 網站登入/註冊/會員權限 總表 #11

Open ChangSerlina opened 1 month ago

ChangSerlina commented 1 month ago

需求:

Ref:https://ithelp.ithome.com.tw/articles/10338119

ChangSerlina commented 3 weeks ago

防範sql注入方式:

  1. 利用php的Prepared Statements

  2. 限制db的user權限僅能做create、read、update