Home>Article>Backend Development> What types of php forms are there?
The types of php forms are: 1. text; 2. color; 3. date; 4. datetime; 5. email; 6. month; 7. number; 8. range; 9. search; 10. tel; 11, url.
Types of php forms:
(Recommended tutorial:php video tutorial)
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, reset;
20, button;
21. php.ini upload file configuration
file_uploadsm = On upload_tmp_dir = "/usr/file" upload_max_filesize = 50M post_max_size = 100M max_execution_time = 600 max_input_time = 600
Related recommendations: "PHP Tutorial"
The above is the detailed content of What types of php forms are there?. For more information, please follow other related articles on the PHP Chinese website!