The Expedition

Browse through the different sections and read all the entries.

Preperations

Burma

China

struct
query
query
RESULTSET
query
  CID CTITLE EID ENTRY_DATE ETITLE LOCATION
1 2 Preperations 1 2006-04-18 22:22:42.0 Building the Vehicles Humbolt County, California, USA
2 2 Preperations 2 2006-04-19 09:02:28.0 Getting Sponsers [empty string]
3 3 Burma 3 0006-08-02 00:00:00.0 Brian is Eaten by Burmese Pythons [empty string]
4 6 China 4 2006-04-19 10:27:54.0 The Great Wall. China
CACHED false
EXECUTIONTIME 0
SQL SELECT e.id AS eid,e.title AS etitle,c.id AS cid,c.title AS ctitle ,e.entry_date,e.location FROM b_entry AS e LEFT JOIN b_category AS c ON c.id = e.category_id WHERE e.live = 1 AND c.live = 1 ORDER BY c.sort ASC, e.sort ASC