how to select the multiple data in selection button
Answer / 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 |
Is php faster than javascript?
Give any ten basic functions in PHP?
Does wordpress still use php?
Different between the var_dump() and print_r()?
How to retrieve values out of an array?
Tell me is it possible to remove the html tags from data?
What software is required to run php?
What are Sub routines?
Does php has a future?
What are the differences between PHP 3 and PHP 4 and PHP 5?
How are Variables Defined in PHP?
Tell me how is it possible to remove escape characters from a string?