Use ASP and PHP to get the "firstname" sent by the POST method respectively.
有为鱼
有为鱼 2019-01-08 14:17:56
0
2
1175

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


有为鱼
有为鱼

reply all(1)
藏色散人
$_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>


Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template