Data Binding

If i had 50 records in the file but only wanted to read the last 20 of them does any one know how to do that<br />
<br />
Thanx in advance<br />
MW<!--content-->How are you reading these records - which database and which langauge?<br />
<br />
In SQL, you could do "select * from table order by field desc limit 20", or something similar, depending on the exact SQL implementation and database format.<br />
<br />
Adam<!--content-->Just reading from a textfile, using html didnt even know if this was the right question for this forum<!--content-->
 
Back
Top