php表單是一個(gè)包含表單元素的區(qū)域,使用標(biāo)記,并在其中插入相關(guān)的表單元素,就可以創(chuàng)建一個(gè)表單。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 = on
upload_tmp_dir = /usr/file
upload_max_filesize = 50m
post_max_size = 100m
max_execution_time = 600
max_input_time = 600