Re: [PHP-DB] Sorting alphabetically and Tv guide

2001-02-27 Thread Fernando Gabriel Ranea
Hi! You can order everything but you must be carefull in the database design. Select "program" from "table" order by "time" Where "time" is a DATE value in your database. In mysql you have a variety the formats. For example, DATETIME: -MM-DD hh:mm:ss Maybe you need use a good book related

Re: [PHP-DB] Sorting alphabetically

2001-02-27 Thread Fernando Gabriel Ranea
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 an