【实例简介】

前后端实现留言板的功能,采用ajax提交数据的方式,后端采用php编写,实现增加,修改,删除的功能,对输入通过正则来验证。

【实例截图】

【核心代码】

htmlphpajaxmysql留言板

└── html+php+ajax+mysql留言板

├── bootstrap-3.3.7-dist

│   ├── css

│   │   ├── bootstrap.css

│   │   ├── bootstrap.css.map

│   │   ├── bootstrap.min.css

│   │   ├── bootstrap.min.css.map

│   │   ├── bootstrap-theme.css

│   │   ├── bootstrap-theme.css.map

│   │   ├── bootstrap-theme.min.css

│   │   └── bootstrap-theme.min.css.map

│   ├── fonts

│   │   ├── glyphicons-halflings-regular.eot

│   │   ├── glyphicons-halflings-regular.svg

│   │   ├── glyphicons-halflings-regular.ttf

│   │   ├── glyphicons-halflings-regular.woff

│   │   └── glyphicons-halflings-regular.woff2

│   └── js

│   ├── bootstrap.js

│   ├── bootstrap.min.js

│   └── npm.js

├── conmysql.php

├── conn.php

├── del.php

├── index.php

├── js

│   └── username.js

├── messageboard

│   ├── db.opt

│   ├── mymessage.frm

│   ├── mymessage.MYD

│   └── mymessage.MYI

├── ReadMe.txt

└── tl.php

7 directories, 27 files

Logo

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐