RE: [PHP] paging through results of mysql query

2002-12-05 Thread Larry Brown
st' Subject: RE: [PHP] paging through results of mysql query > I know I'm trying to re-invent the wheel, but it is because I don't know > how > they do it. I set up a script to pull a ruleset from mysql and then loop > through each row in the set. I then check each row as

RE: [PHP] paging through results of mysql query

2002-12-05 Thread John W. Holmes
> I know I'm trying to re-invent the wheel, but it is because I don't know > how > they do it. I set up a script to pull a ruleset from mysql and then loop > through each row in the set. I then check each row as it loops until I > get > to the row number I want and start echoing rows. I create t