From: Miles B. <mil...@gm...> - 2006-07-20 22:22:46
|
On 7/20/06, Andrew Turner <ajt...@hi...> wrote: > What kevin means is that <category table name> is the table name as > set in your config.php > > so probably something like: fr_categories > > Andrew SELECT id, title, description FROM fr_categories ORDER BY title; +----+-------+-------------+ | id | title | description | +----+-------+-------------+ | 1 | None | NULL | | 2 | Test | NULL | +----+-------+-------------+ 2 rows in set (0.00 sec) |