how to select the multiple data in selection button



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

Post New Answer

More PHP Interview Questions

What is cURL in PHP?

0 Answers  


How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?

0 Answers  


Is php required for wordpress?

0 Answers  


What is difference between print_r and echo in php?

0 Answers  


What is artisan in php?

0 Answers  






What would occur if a fatal error was thrown in your php program?

0 Answers  


Is not null in php?

0 Answers  


How does php session work?

0 Answers  


Is variable name casesensitive in php?

0 Answers  


What is php crud api?

0 Answers  


How do you measure variables?

0 Answers  


What is the exact Diff. between include_once() and require_once() in PHP?

12 Answers  


Categories