Home > Backend Development > PHP Tutorial > 联动 显示字段,该怎么处理

联动 显示字段,该怎么处理

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 12:25:47
Original
951 people have browsed it

联动 显示字段

        <td><br />        <input type="radio" name="pos_occu" value="0" {if $data.parentid eq "" or $data.parentid neq '99999'}checked="checked"{/if}  onclick="clickRadio()"/>省份<br />        <input type="radio" name="pos_occu" value="1" {if $data.parentid eq ''}checked="checked"{/if} onclick="clickRadio()"/>城市<br />        <br />         </td>
Copy after login

怎么改这段代码能获取parent_two_id的值
------解决思路----------------------
2个parent?
$data.parent_two_id
另外你数据库里是parent_tow_id

Related labels:
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