Blogger Information
Blog 100
fans 8
comment 2
visits 150152
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
关于网站开发中的一些小细节
lilove的博客
Original
1116 people have browsed it

在网站开发中,有一些需要注意的地方:

  1. 如果使用thinkphp框架开发,一些变量可在config中配置;

  2. 使用验证码,不要把验证图片上的数据存在前端,前端只获取图片;

  3. 网页上按照实际情况选择是否使用form标签提交表单数据;

  4. 事件中return false的使用;

  5. 必须判断用户输入内容是否合法;

  6. 尽量避免if中嵌套if等其他条件判断;

  7. 前端后端都必须验证用户提交数据,包括url中的数据;

  8. 后端循环中尽量不要查询数据库;

  9. 可选择性封装框架数据库方法;

  10. 验证用户名密码等数据时,不要一起验证,逐条验证;

  11. 使用预处理查询,避免sql注入;

  12. 待添加......

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post