Home > Backend Development > PHP Tutorial > 最近开发一个进销存的系统,一些有关问题与大家讨论

最近开发一个进销存的系统,一些有关问题与大家讨论

WBOY
Release: 2016-06-13 10:09:43
Original
1107 people have browsed it

最近开发一个进销存的系统,一些问题与大家讨论
我在开发这个系统的时候没有用任何框架,都是自己手写的代码,我之前做Pb开发的,现在我一个作业主要用form提交到本也页面,然后通过post的过来的一些标示,在php里面对数据库做增删改。觉得这样比较麻烦,能不能每一个增删改的动作,在点按钮执行的时候,用ajax来执行数据库的操作,不知道这样做会怎么样,或者大家有什么好的办法。

------解决方案--------------------

探讨
我在开发这个系统的时候没有用任何框架,都是自己手写的代码,我之前做Pb开发的,现在我一个作业主要用form提交到本也页面,然后通过post的过来的一些标示,在php里面对数据库做增删改。觉得这样比较麻烦,能不能每一个增删改的动作,在点按钮执行的时候,用ajax来执行数据库的操作,不知道这样做会怎么样,或者大家有什么好的办法。
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