初学PHP和html,要做一个自动请假系统的网站,该如何处理

WBOY
Release: 2016-06-13 10:16:18
Original
757 people have browsed it

初学PHP和html,要做一个自动请假系统的网站
还请高手指导
  如有员工请假到网站填写时间,请教原因等然后就提交
 然后我想自动给相应的组长发邮件,等待批准,,不知道怎么实现,给点建议和思路,
最后稍微给点代码 我才学html和php

------解决方案--------------------
这个比较简单,给你思路就行了

1. “如有员工请假到网站填写时间,请教原因等然后就提交” 这个直接表单提交到数据库保存。

2.邮件建议使用“phpmailer”,具体参数怎么配,网上有教程。
------解决方案--------------------
表单,提交表单,获取表单数据,发送邮件

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