// $index.php - edited by Gavin Jones, last modified 27 October 2001 // // all portions copyright(2001) phoenix.design // http://www.phoenixdesign.co.nz // // ========= // INDEX.PHP // ========= // // The basic index page with one exception: // the contact information is now contained // in the database. So the only PHP in this // file is the stuff that reads the contact // details from the database // // Main code require_once("codemain.php"); ?>