php表单有多少种?

2020-07-30 15:43:58

php表单有多少种?

php表单的种类:

1、text;

2、color;

3、date;

4、datetime;

5、email;

6、month;

7、number;

8、range;

9、search;

10、tel;

11、url;

12、week;

13、password;

14、radio;

15、checkbox;

16、submit;

17、select;

18、file;

19、重置;

20、button;

21、php.ini上传文件配置

file_uploadsm = Onupload_tmp_dir = "/usr/file"upload_max_filesize = 50Mpost_max_size = 100Mmax_execution_time = 600max_input_time = 600

相关推荐:《PHP教程》

相关文章 大家在看