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 |
What are php data types?
Who is the father or inventor of php?
What is PEAR in PHP?
How to terminate the execution of a script in PHP?
What is the maximum size of a table in mysql?
What are the advantages of stored procedures in php?
What is meant by ‘passing the variable by value and reference' in php?
Why php language is used?
Tell me what does the array operator '===' means?
How do you check if a variable has been set in php?
which will print out the php call stack?
Tell me what is the difference between get and post?