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 / koushik
if (text box name "txt_name") then
get last box value
else if(text box name "txt_name[]") then
get all values in array format
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is empty () in php?
How to generate a form?
Can php variables have numbers?
What is the use of hooks?
What is the actually used php version?
How can you tell if a number is even or odd without using any condition or loop?
What is session in c#?
Is php difficult to learn?
How to get useful error messages in php?
Where is my php ini file?
How can you submit a form without a submit button?
How can you pass a variable by reference?
How many types of inheritances used in php and how we achieve it.
What is in php 7?
What is session data?