Hi all I would like to create a document database that will hold primarily wordprocessing documents, i.e msword or openoffice documents. I understand how to do this. The catch is this. I would like to, via a webbrowser, be able to open a template document in the mysql database using the wordprocessor on my local machine, write my document, then save it as a new document in the database and at the same time saving the document using an client_id from another database. This way i could later search the database to find all documents connected to a certain client id. Anyway, dont want to ramble..what i could do with is some pointers on what a reasonable approach would be to do this. Especially the part concerning picking up a client id and using it as part of the name of the document. As english is not my native language I can only hope i phrased myself in an understandable manner.

In reply to Perl Cgi mysql document management by consiglieri

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.