If there are 10 text boxes in a form having same name,
their value are different. Value of which textbox will be
received on action script?
Answer Posted / nilesh navadiya
value of Last textbox will be received.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is final in php?
Can I learn php without knowing c?
How would you declare a function that receives one parameter name hello?
What is php good for?
What is session in php why it is use?
What is a collection in php?
Which function can be used to exit from the script after displaying the error message?
Tell me what is the use of mysql_real_escape_string() function?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Which php framework is fastest?
How do you put a space in html?
Why do we use polymorphism in php?
What is the difference between explode() and split() functions?
What is the use of trim function in php?
Does php support function overloading?