Search found 2 matches
- Thu Sep 10, 2009 4:53 am
- Forum: PHP - Code
- Topic: Links to sort fetched mysql data
- Replies: 2
- Views: 257
Re: Links to sort fetched mysql data
Hello VladSun, Thanks for your reply. So far this is my code! Here is the page that I am trying to fix: http://raincolor.com/singersmaster.php What I am trying to get is to display all the names since the beginning and then display by letter (A, B, C etc, any name that is under that letter) I don't ...
- Tue Sep 08, 2009 12:38 am
- Forum: PHP - Code
- Topic: Links to sort fetched mysql data
- Replies: 2
- Views: 257
Links to sort fetched mysql data
Hello Everyone, I am making a long list of artists. I generated the Alphabet, with links (A, B, C, D etc). so the people can easily find them by their last name. When I click on the letters I am getting the results ok but also the first person even when I click Z, or even when there are no artists i...