Hello,
I have some code that I require assistance with
I have a csv file. If I would like to be able to retrieve only 10 items at a time. (i.e. 1 – 10, then 11 – 20 etc) or a pre-defined number of records (hard coded), how do I go about doing this? Their is only one column in the csv file, but potentially 1000’s of rows Code would be helpful. Here is what a line in the csv looks like:
<a href=‘http://www.bestdeals247.com/weddings/go.php?proddb=7&l=1 target=’_blank’><img style=‘WIDTH: 102px; HEIGHT: 42px’ title=‘Buy Now’ border=‘0’ alt=src=‘images/_02.png’>testinmg
<target=’_blank’>
Satin wedding gown features overall soft lace. a>
<span style=‘FONT-SIZE: 14pt’ US$271.98
So, if their was 100 records (rows), I may want to be able to only get 1-20, or 21-30 etc.
Any help much appreciated.