摘要
简单介绍了基于网络的收支统计系统——“网络记账本”的原理与实现。系统基于网络设计,是多用户系统,详细记录每个用户的每次收入、支出行为,并且定期做出统计,每个用户可以对自己的收支情况做各种综合的查询。无论用户身在何出,只要有可以操作的与互联网相接的电脑,就可以管理账目,方便了对数据的管理。系统采用PHP作为服务器端的脚本语言来完成与用户的交互以及对数据库的访问。数据库采用了具有友好接口的MySQL。
A simple finance system based on network is discussed in this thesis,called "Net-Account-Book". It is a multi-user system. System make a record of the every time income or expenditure behavior of each customer detailedly, keep into the database, and collect statistics of each customer automatically every month. Each customer can search his own receipt and expenditure record in various kind. Wherever you are, if you have a computer connect to Internet , you can manage your income and expenses records ,you need not tie to your unique computer to proceed the data' management.The page’s layout of this system is made up of forms which adopts the PHP as the script language of the server, to complete the communication with the computer and the customers’ interview of the database .It adopt MySQL as the database which has a very friendly interface.
出处
《电脑知识与技术》
2007年第10期20-22,共3页
Computer Knowledge and Technology
关键词
PHP
MYSQL
网络
记账本
收支统计
PHP
MySQL
network
account book
income and expenses management