if you are looking for EXACT matches only, using ini files is overkill. Hash tables can be used, but if it's only to find an exact match, you could also use something simpler:

Code:
if ($istok(word1.word2.word3.word4.word5.word6.word7,badword,1,46)) { do stuff }


or set the word1.word2.word3.word4.word5.word6.word7 in a variable and use

Code:
if ($istok(%variable,badword,1,46)) { do stuff }


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius