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 is cURL in PHP?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
Is php required for wordpress?
What is difference between print_r and echo in php?
What is artisan in php?
What would occur if a fatal error was thrown in your php program?
Is not null in php?
How does php session work?
Is variable name casesensitive in php?
What is php crud api?
How do you measure variables?
What is the exact Diff. between include_once() and require_once() in PHP?