i'm new to php and want to do the following..
i have a form that people fill out and it creates a text file...lets say that text file looks like this
Statename, ContactInfo, Topic
Statename2, ContactInfo, Topic2
well, then when each new entry is created, i would like to have it alphabatized by statename. Right now it just appends the new information to the end of the file. Is it possible to do something like this in php?