有没有现成的查询系统?该怎么解决

WBOY
Release: 2016-06-13 10:03:20
Original
863 people have browsed it

有没有现成的查询系统?
求一个最基本的信息查询系统

功能如下

会员登录: 查询最近消费记录

管理员登录:添加会员,为会员调整余额,添加消费记录

有没有现成的这类PHP程序?有点懒,不太想自己动手了。。。

------解决方案--------------------
这么点东西,三四天就写完了
------解决方案--------------------
现成的你也用不成,跟你数据库得配套。自己动手丰衣足食,都是些最简单的SQL操作
------解决方案--------------------
还是动手吧!~
同志!~~
程序一天不写就生疏了。
其实也没撒
无非是个会员表(admin也存在里面),里面有会员的余额等等
然后是个消费记录表,里面存储会员的消费记录。还有会员的id,这样就好了
------解决方案--------------------
这些功能好简单就能实现的啊……确实不是难事

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template