I want to use a select
, with the data that is inside a .txt
file, created by me. Use a function in PHP. Within the file ( select.txt
) I have:
teste1
teste2
teste3
And select
<select name=select >
<option value=""></option>
<option value=""></option>
<option value=""></option>
</select>