Want to develop a school management system with all client and server side coding
想要开发一个包含所有客户端和服务器端编码的学校管理系统
Conditions:
1)Multiple page forms.
2)Dynamic dropdown(data entered in previous page in dropdown list of next page).
3)Storing data in SQL in correspoding steps.
1)多页表单。 2)动态下拉列表(在下一页的下拉列表中的上一页中输入的数据)。 3)以对应的步骤在SQL中存储数据。
Know javascript,php,sql. Can someone suggest me how to proceed ?? This is my first post so please be Kind.Thanks:)
知道javascript,php,sql。有人可以建议我如何继续吗?这是我的第一篇文章,所以请善待。谢谢:)
1 个解决方案
#1
-1
A multi page form in PHP can be created using sessions, that are used to retain values of a form and can transfer them from one page to another. Bootstrap can be used for drop downs and data can be stored in a MySql database.
可以使用会话创建PHP中的多页表单,这些表用于保留表单的值并可以将它们从一个页面传输到另一个页面。 Bootstrap可用于下拉,数据可存储在MySql数据库中。
Further reading
For your Multipage form: https://www.formget.com/multi-page-form-php/
对于您的多页表单:https://www.formget.com/multi-page-form-php/
Boostrap: http://getbootstrap.com/
For storing data on MYSQL: https://www.tutorialspoint.com/mysql/
用于在MYSQL上存储数据:https://www.tutorialspoint.com/mysql/
#1
-1
A multi page form in PHP can be created using sessions, that are used to retain values of a form and can transfer them from one page to another. Bootstrap can be used for drop downs and data can be stored in a MySql database.
可以使用会话创建PHP中的多页表单,这些表用于保留表单的值并可以将它们从一个页面传输到另一个页面。 Bootstrap可用于下拉,数据可存储在MySql数据库中。
Further reading
For your Multipage form: https://www.formget.com/multi-page-form-php/
对于您的多页表单:https://www.formget.com/multi-page-form-php/
Boostrap: http://getbootstrap.com/
For storing data on MYSQL: https://www.tutorialspoint.com/mysql/
用于在MYSQL上存储数据:https://www.tutorialspoint.com/mysql/