一个简单的网页界面,创建简单的网页表单。输出CSS,HTML,JavaScript(简单的验证),和PHP处理提交。
- 资源大小:10.97 kB
- 上传时间:2021-06-29
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
资 源 简 介
This is a work in progress. Hopefully you can use this code as a starting point to create PHP web forms quickly and implement them into your projects.
This web application runs on PHP and offers you a GUI interface for quickly creating very simple web forms. I found myself as a web developer creating the same form over and over again by copying and pasting and tweaking variables.
This takes the dirty work out of that. :)
Once you have created your form you can add more secure validation and your own tweaks but gets you started with a fully functional web form and a PHP script to handle that form.
FEATURES:
Clean htmlJavascript Validation
CSS Anti-bot hackCustom Web Form Creation
Dynamic PHP Handler fileDynamic Javascipt
STABLE RELEASE IS AVAILABLE
文 件 列 表
css
style.css
handle_step1.php
handle_step2.php
includes
footer.php
index.php
js
core.js