Home > Backend Development > PHP Tutorial > 表单数据传递问题

表单数据传递问题

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-23 14:01:55
Original
823 people have browsed it

.怎样把一个表单选择的省份和城市数据点击提交后传到另一页面表单对应的省份和城市框内.另一页面的链接是:href="?c=user&a=advsearch".两个页面的表单代码如下:


  
  
  




接收数据页代码如下:

block_headinc.tpl"}-->

  

【搜索设置】


  
?c=user&a=list" method="post">
    

  我  要 找:
  
      
  所在省份: 
          
         二级城市:
    

    



    


  
 

回复讨论(解决方案)

就你这结贴态度 我表示我知道都不想回答你了

.怎样把一个表单选择的省份和城市数据点击提交后传到另一页面表单对应的省份和城市框内.另一页面的链接是:href="?c=user&a=advsearch".两个页面的表单代码如下:


  
  
  




接收数据页代码如下:

block_headinc.tpl"}-->

  

【搜索设置】


  
?c=user&a=list" method="post">
    

  我  要 找:
  
      
  所在省份: 
          
         二级城市:
    

    



    


  
 
后面接收数据页代码写错了,正确的如下:
block_headinc.tpl"}-->

  

【搜索设置】


  
?c=user&a=list" method="post">
    

  我  要 找:
  
      
  所在省份: 
          
         二级城市:    
  

    



    


  
 
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template