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

When to use get and post request?

0 Answers  


Write the statements that are used to connect php with mysql

0 Answers  


What is difference between ksort() and usort() functions.

0 Answers  


Whhat is a Functions

1 Answers   IQ,


What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?

1 Answers  






Write a regular expression to get the value xxx from the string 'xxx@yyy.com'

9 Answers  


Explain the purpose of output buffering in php.

0 Answers  


Is null in php?

0 Answers  


Tell me how can we get the error when there is a problem to upload a file?

0 Answers  


Which programming language does php resemble to?

0 Answers  


Which methods should be used for sending an email using the variables $to, $subject, and $body?

0 Answers  


Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query

9 Answers   Cybercom, TCS,


Categories