当前位置:网站首页>The difference between get and post and the code implementation of message board
The difference between get and post and the code implementation of message board
2022-06-12 06:24:00 【Cwillchris】
One 、 Form Introduction
1、 Introduction to the form
You can get the information of the client ( data ), Forms have a variety of controls , Input box 、 Check box 、 Button, etc . The function of forms : Interactive functions
How forms work : Browse a page with a form , Fill in the necessary information , Then click a submit button , Enter the data in the form Line validation , If the specified requirements are not met , Prompt that the verification failed , If the corresponding requirements are met , Submit the data to the server , Count Put the data into the database .
2、 The structure of the form
grammar :
<form attribute =” Property value “>
Control
</form>
3、 Properties of the form
(1)name Distinguished name of the form ( If a page has multiple forms , Identify which form data you are submitting by the form identification name )
(2)action
action="XXX.php" Process the data
action="" The program that processes the data in the form is the current document
边栏推荐
- Redis problem (I) -- cache penetration, breakdown, avalanche
- SQLite cross compile dynamic library
- Bert Chinese classification model training + reasoning + deployment
- 夜神模擬器adb查看log
- LeetCode-1189. Maximum number of balloons
- LeetCode-219. Duplicate Element II present
- cv2.fillPoly coco annotator segment坐标转化为mask图像
- Pytorch implementation of regression model
- Directx11 advanced tutorial cluster based deffered shading
- About why GPU early-z reduces overdraw
猜你喜欢

AI operation ch8

Video fire detection based on Gaussian mixture model and multi-color

Multithreading (2) -- pipeline (4) -- Park and unpark

(UE4 4.27) customize primitivecomponent

Piecewise Bezier curve

夜神模擬器adb查看log

Touch screen setting for win7 system dual screen extended display

Directx11 advanced tutorial tiled based deffered shading

Multithreading (2) -- pipeline (2) -- synchronized underlying monitor, lightweight, biased lock, lock inflation

Understand Houdini's (heightfield) remap operation
随机推荐
LeetCode-剑指Offer(第二版)个人题解完整版
Sqlite Cross - compile Dynamic Library
leetcode 35. Search insert location
Redis queue
English grammar_ Adverb_ With or without ly, the meaning is different
Multithreading (4) -- no lock (2) -- Atomic related atomic classes
Analysis of memory management mechanism of (UE4 4.26) UE4 uobject
Multithreading (2) -- pipeline (4) -- Park and unpark
Unity can realize the rotation, translation and scaling script of the camera around the target point on the mobile terminal device
Redis队列
Computer composition and design work06 —— 基于MIPS
2D human pose estimation for pose estimation - pifpaf:composite fields for human pose estimation
(UE4 4.27) UE4 adds a customized meshpass to realize the edge illumination of the mobile terminal
Open the camera in unity3d and display the contents of the camera in the scene as texture2d
分段贝塞尔曲线
使用 ms17-010 永恒之蓝漏洞对 win7 进行渗透及建立永久后门
cv2.fillPoly coco annotator segment坐标转化为mask图像
Unity3d script captures a sub area from the screen and saves it as texture2d, which is used to save pictures and maps
Poisson disk sampling for procedural placement
leetcode 300. Longest increasing subsequence