Help! Does anyone know how to read sequential lines from a text file to different text boxes? I have text boxes text1 to text10 and would like to read line 1 of the file to text1, line 2 to text2 etc any clues received gratefully Jim
check the manual :
file returns an array so that line by line you can read a file
http://www.php.net/manual/en/function.file.php