Hi all,
I have a slight problem, I have a text file which I use to store member information, each member has an ID. Currently the way I am operating this is that when a new member is added I do a foreach line, to work out the number of lines and then the next line (account) recieves the next ID.
The only problem with this is that I also offer the admin the possibility to delete an ID. Now, if they do this obviously one line is removed from the text file. So when it comes to adding one you may have the following layout in the file
1|Title|Description
3|Title|Description
4|Title|Description
So if I add a new account it will recieve the ID 4. Therefor there will be two account with the same ID which will make the program fail.
Any Ideas on how i could avoid this ?
Thanks,
John
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.