Hey.
How would I go about doing this?
while ($row = $smcFunc['db_fetch_assoc']($request)){
...
}
...
while ($row = $smcFunc['db_fetch_assoc']($request)){
...
}
Thanks.
Why do you need to go twice? Just run through it once and cache it into another array.
Hmm, so I would need to put it into a 2d array?
Sorry, I'm quite new to php.
Anyone?
Yes you'd need a 2D array