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 the function of mysql_real_escape_string in php?
What beforeFilter() is used?
Tell us why did you choose this particular career path?
What is the difference between "echo" and "print" in php?
What is framework in php for beginners?
What is cookie in php with example?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What are the rules for naming a php variable?
What is difference between array_merge and array_combine?
What is super () python?
What are the encryption techniques in php?
Explain me how failures in execution are handled with include() and require() functions?
What is php data type?
Is php still used?
Is nan in javascript?