how to select the multiple data in selection button
Answer Posted / vijaya
<select name="slt" id="slt" multiple="multiple"><option value="1">One</option><option value="2">Two</option><option value="3">Three</option><option value="4">Four</option></select>
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What are properties in php?
Is php front end or back end?
Can you give example for trait in php?
Which is the latest version of php?
What is the best php version for wordpress?
Which will start a session?
How to protect special characters in query string?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
how retrive the video file in php using video tag
Does https prevent csrf?
How stop the execution of a php scrip?
Which function is used in php to check the data type of any variable?
What is meant by urlencode and urldecode?
How can you get web browser’s details using PHP?
Is php a framework?