12-03-2007, 10:40 AM
|
#5 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Posts: 360
Thanks: 24
|
Quote:
Originally Posted by Tanax
You could also make the loop so it puts an index number for each user.
PHP Code:
$aUsername[$i][] = $aExplode[$iLine][0];
That way you can make some nice member listing functions, or memberscount, etc..
|
With or without $i, it'll still help with making member listing or members count functions.
It's overkill.
|
|
|
|