I want to convert this list. All the data stored into .txt file.
one
two
three
into this format
<option value="one">one</option>
<option value="two">two</option>
etc
thanks
|
I want to convert this list. All the data stored into .txt file.
into this format
thanks
| |||||||||
feedback
|
|
PHP:
Note: You cannot do this on the client side with JavaScript. | |||
|
feedback
|