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 foreach loop in php?
What is csrf validation?
How I can control asset documents without GR/IR?
What is env in laravel?
Write a program to display table of a number using php?
Explain what does the unset() function means?
How to call php function from javascript using ajax?
How to remove duplicate values from php array?
How to run the interactive php shell from the command line interface?
What are the differences between echo and print?
What is the function file_get_contents() usefull for?
Can you give example for trait in php?
What are the advantages of triggers?
What is session in php why it is use?
Why ide is recommended for use while programming with php?