doushengyou2617 2017-03-01 12:49
浏览 35

如何在php中将一个表单值转换为另一个表单值

I have a form which looks like this: Device Ip Connect Device Button

<form name = "infoDominio" action="<?php echo htmlentities('ip_connect.php');?>"method="get">
  <div class="form-group">
     <div class="param2">
        <label class="col-sm-4 control-label">Device Ip:</label>
        <div class="col-xs-2">                           
        <input type="text" class="form-control" name="get_url_1" value="192"/></div>
        <div class="col-xs-2">                            
        <input type="text" class="form-control" name="get_url_2" value="168"/></div>
        <div class="col-xs-2">                            
        <input type="text" class="form-control" name="get_url_3" value="27"/></div>
        <div class="col-xs-2">                            
        <input type="text" class="form-control" name="get_url_4" value="123"/></div>
     </div>
     <div class="param1">
        <div class="btn-group btn-group-justified">                 
            <div class="col-sm-6">                       
                <input  name="infoDominio" type="submit"  class="btn btn-primary btn-block" value="Connect Device"></div>
            </div>
        </div>
     </div>  
   </div>
</form>

Device ip and Connect Device are in the same form. Now my Problem is my Button has another form. When I press this button I get the value from the form infoDominio four block IP value.

<form name="get_card" action="<?php echo htmlentities('get_device_card.php');?>" method="get">
   <input  name="infoDominio" type="submit"  class="btn btn-primary btn-block btn-sm" value="Get Device Card">
</form>

get_device_card

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
    • ¥15 一直显示正在等待HID—ISP
    • ¥15 Python turtle 画图
    • ¥15 关于大棚监测的pcb板设计
    • ¥15 stm32开发clion时遇到的编译问题
    • ¥15 lna设计 源简并电感型共源放大器
    • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)
    • ¥15 Vue3地图和异步函数使用
    • ¥15 C++ yoloV5改写遇到的问题
    • ¥20 win11修改中文用户名路径