i have this code here (simplified it a bit for this but you get the idea!) and i have assigned the name field of a select tag with a value of a variable so that when i click the Update button i can use _POST[name_var] to get the value of the select. however this returns the following error:
"Notice: Undefined index: 62"
if i manually put 62 in the name field and in the _POST[62] it does work so there is no problem...
Search Result
Collapse
6 results in 0.0027 seconds.
Keywords
Members
Tags
-
How to set the name field in a HTML tag as a PHP variable?
-
How to shape div tag in a following shape? (see image attachment)
Hello,
I need to shape a div tag in the shape like in this image:
[imgnothumb]http://bytes.com/attachments/attachment/5205d1307460155/div.jpg[/imgnothumb]
because I want to have a hover event when div with this shape changes color. I know how to make this shape from 2 divs, but then hover event would only work on one of them and I need whole div to change color.
Thnx ))))...Last edited by Niheel; Jun 7 '11, 04:35 PM. -
Extracting XML Tag Names
Hello, I need to get the tag name from an XML file. I know where it is going to be everytime, but I do not know what the name will be. This is a snippet of my xml data.
Code:<Forecast> <Config/> <Date>THU SEP 9 2010</Date> <Time>4:53 PM CDT</Time> <Thursday> <Conditions>Partly Cloudy</Conditions> <Description>Partly cloudy</Description>
-
How to search for a specific tag in XML using C# [ Microsoft Infopath]
I'm a web application student and I'm working to solve an issue pulling in some tags from different XML documents for an Info Path Project I'm working on for a client.
I'm trying to pull inCode:<tagX>123</tagX>
The way I'm supposed to find it is direct my program to pull that specific one based on what is encased in.... -
Extracting HTML link fragment
I recently decided to start learning Perl. I usually choose something useful for my first project in any language, so I decided to write a script to give information based upon a supplied MAC address.
Everything in the script works fine, until I try to display the MAC vendor.
In order to do so, I supply the MAC address as a query to a website which checks it against a database. That website then displays the vendor... -
Using javascript to change styles
Using javascript, how can I change an attribute for ALL anchors (A:hover) on the webpage?