reading from text file

admin

Administrator
Staff member
In a simple textfile, there's a list like this.

1
2
3
4
..
..

How to read it in PHP file,i.e. i want to read it in <select>field like this.
<select><option>1st line from textfile<option>2nd line from textfile and so on.
Please help
Thanks
 
Back
Top