Alphabetical ordering

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pradeepknv
Forum Newbie
Posts: 3
Joined: Thu Jun 12, 2008 2:18 am

Alphabetical ordering

Post by pradeepknv »

A table displays records , i added alphabetical order for it. A |B |C |like.
if i click on any letter, it has to display records statrting with that letter.And i have other search fields also, i write code for alphabets. but if i select any search condition it doent works. why?
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Re: Alphabetical ordering

Post by Ollie Saunders »

Please explain more thoroughly what doesn't work and show us the code in question.
Post Reply