/* This script 'cone_downloadA2.php' will select all the data from a CoNE database table and print it out to a single file. There are two possible formats: (1) 'access format' - this produces a format whereby the data can be re-uploaded into the CoNE database; its main purpose is to serve as a backup. (2) 'record format' - this creates a readable record type with labels introducing each column in the database table. Line-breaks are introduced. A script 'read_cone_table.php' will allow the record format to be passed to a browser window either "as is" (viz. coded) or translated to wysiwyg via the functions in 'create_wysiwyg_funcs.php' script. A C program will also allow translation of (2) to (1), since (2) is a more visually accessible format for editing. Version 1.1 Created 11 June 2012 Author Keith Williamson */ ?>