dongqu3623 2015-12-05 18:28
浏览 168

Html ..如何使用从一个页面到另一个页面的信息?

  1. So I asked the user to enter "First name" "Last name" and click submit and when they click submit it takes them to a different html page. I want to say "Welcome "first name" "last name"

Update: html file....

  <form name ="myForm" action="index.php" method="post" >
      Please Enter your Firstname :<br>
  <input type="text" name="fname" value="" method="post">
  <br>

index.php file

<h1>Welcome <?php echo $_POST["fname"]; ?><br></h1>

But php file only says Welcome...

  • 写回答

2条回答 默认 最新

  • doutang7707 2015-12-05 18:33
    关注

    you should use server side code. for example see this form in w3Schools

    评论

报告相同问题?

悬赏问题

  • ¥20 delta降尺度方法,未来数据怎么降尺度
  • ¥15 c# 使用NPOI快速将datatable数据导入excel中指定sheet,要求快速高效
  • ¥15 再不同版本的系统上,TCP传输速度不一致
  • ¥15 高德地图点聚合中Marker的位置无法实时更新
  • ¥15 DIFY API Endpoint 问题。
  • ¥20 sub地址DHCP问题
  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程