Please can you clarify exactly what you want to do?
Are you saying that you have a form with multiple values (ie. member, username, firstname, surname, password and you wish to enter) these then need to be split out into one row per key pair.
Or
Are you saying that your have five member only records each to be added as a seperate record
Or
A combination of the two above (ie. member, username, firstname, surname, password five times over)
This will require that there is some relationship between each of the fields in a row. ie name=member_1, name=username_1, name=member_2, name=username_2 in the form input fields.
Some additional information about the database schema would also be helpful.
Hope it helps
UnderMine
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.