search

Home  >  Q&A  >  body text

Use ASP and PHP to get the "firstname" sent by the POST method respectively.

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


有为鱼有为鱼2171 days ago1204

reply all(2)I'll reply

  • 藏色散人

    藏色散人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>


    reply
    0
  • Cancelreply