Bookmarks Database Demonstration Programme
------------------------------------------

This directory contains the source code for a bookmarks database using
W3-mSQL.  To run this sample code, follow the steps below :-

        o make a directory called "bookmarks" at the top of your WWW
          document tree (it must be at the top of the tree i.e.
          http:/your.host/bookmarks).

        o Copy all the files from this directory into the new bookmarks
          directory

        o Create the bookmarks database using "msqladmin create bookmarks"

        o Create the table and sample data in the database by piping the
          dump.msql file into msql, i.e. "msql bookmarks < msql.src"

That's it.  Now you can use Netscape and open http://your.host/bookmarks/
to use the database.


The files that are used to provide this database are :-

        o bookmark.htm    - the main bookmarks browser
        o add.htm         - form for specifying new bookmark details
        o create.htm      - called from add.html to create the entry
        o delete.htm      - code for selection of entry to delete
        o remove.htm      - called from delete.html to delete the entry


NOTE : This example uses things that may not be in your browser (e.g.
backgrounds, centered test etc).  This is only a demonstration programme
so you can still look at the code and see what's going on.

