Home Backend Development PHP Tutorial php动态生成的表格,读取特定列的值,列里面是文本框或者上拉框,要求读取文本框的值和上拉框当前显示的值,请教如何做啊

php动态生成的表格,读取特定列的值,列里面是文本框或者上拉框,要求读取文本框的值和上拉框当前显示的值,请教如何做啊

Jun 13, 2016 am 11:13 AM
amp index nbsp

php动态生成的表格,读取特定列的值,列里面是文本框或者下拉框,要求读取文本框的值和下拉框当前显示的值,请问怎么做啊?
[img=http://]

<br />//部分代码————php生成表格时的代码,运行后页面见附图<br />else if(intval($myEnum) == 0 && ($myWriteReadFlag == 2) && ($index == 2))<br />{<br />    $myDec =hexdec($myValue);       //将十六进制的值转换成十进制<br />     $out .= "\t\t".'<td bgcolor="'.$localBgColor.'" '.(($this->align[$index])? 'align="'.$this->align[$index].'"' : '' ).'style="white-space: nowrap" class="'.$this->tabId.'">'.<br />//**********************这里是插入的文本框**********************************<br />'<input name="text[]" style="margin:-2px;border:None;heighth:12px;width:100%;<br />background-color:'.$localBgColor.'" value="'.$myDec.'">'.'</td>'."\n";<br />                    <br />}<br />
Copy after login


[img=http://][/img]
php input


------解决方案--------------------
好呀,顶起来下。
------解决方案--------------------
没有看到相关代码
------解决方案--------------------
<br />if(intval($myEnum) > 0 && ($myWriteReadFlag == 2) && ($index == 2))<br />
Copy after login

第23行 应该加一个条件吧 &&($myValue == {另下拉框为打开的值})
------解决方案--------------------
虽然没看懂你说什么,但是你用JS或是POST取值都可以获取到select的val,也就是当前取值,又不是取option,怎么会取到很多呢

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

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Solution: Your organization requires you to change your PIN Solution: Your organization requires you to change your PIN Oct 04, 2023 pm 05:45 PM

Solution: Your organization requires you to change your PIN

How to adjust window border settings on Windows 11: Change color and size How to adjust window border settings on Windows 11: Change color and size Sep 22, 2023 am 11:37 AM

How to adjust window border settings on Windows 11: Change color and size

How to change title bar color on Windows 11? How to change title bar color on Windows 11? Sep 14, 2023 pm 03:33 PM

How to change title bar color on Windows 11?

How to enable or disable taskbar thumbnail previews on Windows 11 How to enable or disable taskbar thumbnail previews on Windows 11 Sep 15, 2023 pm 03:57 PM

How to enable or disable taskbar thumbnail previews on Windows 11

OOBELANGUAGE Error Problems in Windows 11/10 Repair OOBELANGUAGE Error Problems in Windows 11/10 Repair Jul 16, 2023 pm 03:29 PM

OOBELANGUAGE Error Problems in Windows 11/10 Repair

What file is index.html? What file is index.html? Feb 19, 2024 pm 01:36 PM

What file is index.html?

Display scaling guide on Windows 11 Display scaling guide on Windows 11 Sep 19, 2023 pm 06:45 PM

Display scaling guide on Windows 11

10 Ways to Adjust Brightness on Windows 11 10 Ways to Adjust Brightness on Windows 11 Dec 18, 2023 pm 02:21 PM

10 Ways to Adjust Brightness on Windows 11

See all articles