Hi!

I guess that you want the following:

Select "name" " from "Table" order by "name"

For the search box, you need build a form, send the search value to the script
(a PHP script for this list :-o) and the script must query in your database.
The script depends on the complexity in the search and result presentation
Regards,

Matthew Cothier wrote:

> Thanks everyone for helping me with the resolution problems, its sorted now!
>
> Q. How do I sort a list of names onto a page into a table in alphabetical
> order?
>
> I am doing a link database and require that I have a list of catagorie names
> in alphabetical order with the links listed alphabetically underneath each
> heading.
>
> Also, you may have guessed I am a newbe?!?!, how do I allow people to search
> this directory via a search box? And also to search seperate catagories?
>
> Any help would be brilliant!
>
> Thanks,
>
> Matt
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to