in reply to Chat script + mysql
One table for each "set" of information. So you have a set of banned IP's, thats a table, a set of swear words (a table), and a set of reserved names. A set of login credintials and a set of messages. Looks like 5 tables to me.
Update: I looks like your reserved names are actualy the set of users with passwords. So maybe those two sets are actualy one, if you want to use a reserved name you have to know the password that goes with it. I thought maybe you had a set of reserved but not used names. Even in that case they could simply be logins that no one knows the password to. ;)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Chat script + mysql
by coldfingertips (Pilgrim) on Feb 17, 2005 at 18:25 UTC | |
by eric256 (Parson) on Feb 17, 2005 at 18:34 UTC |