Well tryharder, there are a million ways to do this. And I think also wise to point out, there are a million levels on which you can do this- that is.. how far you can take it. how deep this works.. How secure, etc.

What you describe can be done in a few hours, or a few weeks. It depends on how far you want it to 'work'. This *is* for educational purposes - right? So.. I'm not sure- if this is for educational purposes, should you do this/be shown how.. minimally? so it works.. or what some others here would call 'looks like it works but is really broken'- ..

Or maybe.. since this is for a class- it should be a real world example- complete with taint checking... maybe email checking.. etc etc.

tryharder, you will have to honeslty ask yourself- do you just want to pass this class- or are you learning to code. Because, if you are learning to code for real,I think this should take you many many many days to do. A ton of stuff to learn.

If you are just passing your class- And there is absolutely nothing wrong with that! It can take you a lot less time. I don't know the rigurousness and strictness of your instructor.

Regardless; - I would suggest:

Those are some basic things. Also, why don't you post a url to your stuff? maybe a place where your code can be seen.. Basically.. this whole thing is pretty involved and complex. You don't usually get people coming here and saying "tell me how would i make a website?" -- hahah.. but that is a little bit what you are asking here.. it's too vague. People, tend to do more of.. asking on specific things when they run into problems. So... Take your project appart piece by piece first and ask questions on perlmonks as problems arise.. you will be astonished with the ammount of good energy and help you will receive here.- Be more specific.


In reply to Re: Parse form data to database by leocharre
in thread Parse form data to database by tryharder

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.