Use ASP and PHP to get the "firstname" sent by POST method respectively
Asking for help
I don’t want to fail the class at the end of the semester
No way
This question is asking for a statement
无码
Use ASP and PHP to get the "firstname" sent by the POST method respectively
Requesting everyone Guys help
I don’t want to fail the exam at the end of the semester
There is no way
This question requires a statement
The thief is in a hurry
藏色散人2019-01-08 17:23:32
$_POST['firstname'];//php接受firstname的值
<%Dim i i= Request.form("firstname") Response.write i %>//asp
A rough example of the front desk form is as follows
<form action=" " method="post"> <p>First name: <input name="firstname"></p> <p><input type="submit"></p> </form>