Search found 1 match

by devnethead
Sun Mar 11, 2007 10:06 am
Forum: PHP - Code
Topic: Create Member Directory with Alphabetical Listings
Replies: 15
Views: 27226

nice solution feyd. i found the foreach structure a little difficult to work with for what i wanted to do. so i used a letter array instead. here's my implementation. $row_WADAtblMembers is the MySql result set. key points: the first part of feyd's code is before the loop, the second part in the loo...