PHP笔记
1、做纯数字校验ctype_digit();
2、防止重复提交:https://www.cnblogs.com/opensmarty/p/10893673.html
3、提交前onsubmit获取表单值:https://www.cnblogs.com/ahudyan-forever/p/5795463.html
4、生成表单的图片验证码:https://www.cnblogs.com/longfeng995/p/10779486.html
5、PHP Sqlite3入门教材