Quote:
|
Originally Posted by Rory
Or even use (gasp) XML. I'm lazy and would simply serialize a hashtable which is perfectly safe if the text file can be trusted or is encrypted (i.e. someone won't get you to deserialize malicious objects).
|
I origionally thought of XML but I don't know how they work, I'm guessing text files would be easier to use?