7
I want to use a select, with the data inside a file .txt, created by me. Use a PHP function. Inside the file (select.txt) have:
teste1 
teste2 
teste3
And the select
<select name=select >
    <option value=""></option>
    <option value=""></option>
    <option value=""></option>
</select>
						
Try to explain the question a little better so that it becomes more noticeable to help other users.
– Jorge B.