First up I'd ask why you can't let the user it his own webpages himself. I set up WebDAV for our users and it's been a winner all around. The users can mount their websites as folders on windoze machines and there is a command line interface for Unix style OSs. There's even a port for a Mac.

The full niceness of the interface can only be appreciated on windows machines because they can treat files as if they were local, and so use their favourite HTML tools.

If you can't do that, you could write a CGI script (using CGI.pm 'perldoc CGI' for more info) to edit a text file that is included into their HTML page using SSI (Server Side Includes).

If none of this is familiar to you, this would be a great project to extend your Perl skills, but it will take a few days to feel comfortable with all the stuff you will have to deal with.

____________________
Jeremy
I didn't believe in evil until I dated it.


In reply to Re: Hi! I need help on user admin + HTML output situation..... by jepri
in thread Hi! I need help on user admin + HTML output situation..... by sprakash

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.