Note Section

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mohson
Forum Contributor
Posts: 372
Joined: Thu Dec 02, 2004 6:58 am
Location: London

Note Section

Post by mohson »

In my current table I have a field called 'notes' this is represented in my table by a column headed 'notes' for a short period this might work but as notes on a particular person build up the table rows will have to expand to a stupid livel to hold the info.

Now I was thinking why not just have each persons notes linked to a notepad document and add the notes there then save them - but wasnt sure how this would work.

Any other ideas - how do you guys deal with this or have dealt with this when you have a table with a notes section - how do you do it? has anyone done it the way I suggested?
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

if notes are cause of cencern for you that they will be getting out of hand on they increase then maybe create another `notes' table for them and categorize them if they can be categorized ;)
Post Reply