【例子介绍】PHP收支记账系统 MYSQL数据库(源代码)
一个非常实用的PHP收支记账系统,适应各类手机端。
php网页编程语言,需要申请云服务器架设后台数据库服务。
【相关图片】
【源码结构】
.
├── PHP收支记账系统 MYSQL数据库(源代码).zip
├── web
│ ├── 404.html
│ ├── add.php
│ ├── annual_stat.php
│ ├── bank.php
│ ├── batch_add.php
│ ├── classify.php
│ ├── css
│ │ ├── bootstrap.min.css
│ │ ├── itlu.style.css
│ │ ├── login.css
│ │ ├── read.htm
│ │ └── styles.css
│ ├── data
│ │ ├── config.php
│ │ └── read.htm
│ ├── date.php
│ ├── footer.php
│ ├── header.php
│ ├── img
│ │ ├── del.png
│ │ ├── edit.png
│ │ ├── lock_icon_copy.png
│ │ ├── login.png
│ │ ├── read.htm
│ │ ├── tick.png
│ │ ├── user_icon_copy.png
│ │ ├── 咦咦login.svg
│ │ └── 更多免费资源.url
│ ├── inc
│ │ ├── Smtp.class.php
│ │ ├── aes5.php
│ │ ├── aes7.php
│ │ ├── content.php
│ │ ├── function.php
│ │ ├── read.htm
│ │ ├── safe.php
│ │ └── smtp_config.php
│ ├── index.html
│ ├── index.php
│ ├── int_out.php
│ ├── js
│ │ ├── DatePicker
│ │ │ ├── WdatePicker.js
│ │ │ ├── calendar.js
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh-tw.js
│ │ │ └── skin
│ │ │ ├── WdatePicker.css
│ │ │ ├── datePicker.gif
│ │ │ ├── default
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ └── whyGreen
│ │ │ ├── bg.jpg
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ │ ├── all.js
│ │ ├── bootstrap.min.js
│ │ ├── itlu.js
│ │ ├── jquery-1.8.3.min.js
│ │ ├── jquery-2.1.1.min.js
│ │ ├── jquery-ui.min.js
│ │ ├── read.htm
│ │ └── stopExecutionOnTimeout.js
│ ├── login.php
│ ├── login_chk.php
│ ├── reset_userpass.php
│ ├── show.php
│ ├── sms
│ │ ├── index.html
│ │ ├── lib
│ │ │ └── Ucpaas.class.php
│ │ ├── read.htm
│ │ ├── serverSid.php
│ │ ├── sms_v2_demo_php.zip
│ │ └── smsyzm.php
│ ├── stat.php
│ └── users.php
├── 说明.htm
└── 数据库
├── daoru.sql
└── 安装教程.txt
14 directories, 72 files
评论