ben_m_gunn
03-06-02, 04:41
| Hi All I have been looking over this suggested outline for a database. One of the requirements is as follows: Output Function: What is searched can be saved either on the users hard disk or floppy disk as desired in the form of text, database or HTML. The bit about saving the results as a new database on a seperate file system sounds kind of strange to me. I am considerng using a combination of MySQL and PHP to develope the DB. Using PHP it should be pretty easy to save query results as text or HTML files, but what about a database file? Obviously they are talking about a database external to the one in use. Is there such a thing as an universal database file format (i.e. a file format that can be read by any database? Is it possible to use PHP to produce such a file? Input Function: The DB should have the following functions: Add, Revise, Delete, Search by keyword, Turn page. What is "turn page"? Is this a technical term commonly used by database developers? I have never heard of this one before. Thanks, once again for any advice, Ben |