Trying to 2 a few things.
I want to get the first record from a query, just to get one peice of information, but without counting the query forward to the second record.
I also want to call particular result records from my query to create a page break down (ie. I want to pull record 25 to get the id, record 50 to get the id, record 75 to get the id).
I'm using php4 with a mysql db.
Any help appreciated.
-jeff