<? // top level file, called index.php session_start(); do_html_header('Welcome to the On-line Bookstore'); $cat_array = get_categories(); display_categories($cat_array); do_html_footer(); ?>