|
lets say i have 100 items and only want to show 20 on each page, but i dont want to use a database. i know u can use arrays, but how exactly can i tell it to take lets say numbers 40-59 in the arrays list and display it.
also can i do it in a txt file and use fread to read each one off a specific line?
maybe with File()?
Last edited by randomlande; 06-27-2006 at 09:02 PM..
|