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 framework in php for beginners?
In php, how to redirect from one page to another page?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
What is http php?
Why do we use cookie?
What are the popular frameworks in php?
How to call php function in jquery?
What is a http session?
What is PHP's configuration file called?
What does $_ post mean in php?
What is different between software and app
What is restful api?
What is an operator in php?
Write a program using while loop in php?
How to execute an sql query?