'.$title.'

'; // If data is posted and URL action is insert if ($_POST && $_GET['action']=="insert") { insert_page($_POST); echo ' '; echo_page_form($_POST); } else { // If there is no posted data or no URL insert action echo_page_form(); } echo ' '; echo_foot(); ?>