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 / debasis sabat
Last value will store
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
Tell me what library is used for pdf in php?
What is a string in php?
Explain me how failures in execution are handled with include() and require() functions?
What is the difference between exception::getmessage and exception::getline?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
Is php class name case sensitive?
Write a program to find a string is palindrome or not?
what is CURL?
How could I install codeignitor ?
Do csrf tokens expire?
Which function would you use to determine the length of a string in php?
Is it worth learning php in 2019?
Which framework is best for php?
Is uploaded file php?
Is php an api?