[FX.php List] Pulling data directly from findResult

Gjermund Gusland Thorsen ggt667 at gmail.com
Thu Oct 16 11:55:38 MDT 2008


I would use a "between"-array to generate an equivalence from the found set

making record 1 point to keyset recid.modid 1 and so on

But I would store it in session variable that way your dynamic HTML
only would have to work with 1 record.

ggt

2008/10/16 DC <dan.fx at dbmscan.com>:
> Jonathan Schwartz wrote:
>  I just want to be able to start at the first and then
>>
>> manually walk to the next, etc.
>
> "manually walk" huh? you mean you want to walk there on your hands?
>
> because that's what this request sounds like. a bit of a circus act if you
> don't mind me saying.
>
> ;-)
>
> BTW, yes, each() moves the array pointer to the next item in the array -
> read up on it in the php manual - it is a low level way of traversing and
> array and usually used for very specialized things... come to think of it,
> i've never had a good reason to use each() other than to get just one array
> item off the top.
>
> dan
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>


More information about the FX.php_List mailing list