PDA

View Full Version : storing data on server (in MX)



high1memo
July 23rd, 2003, 09:28 AM
Hi, I was wondering what the easiest way to store a small amount of data on the server would be.

Basically I wanna keep a hiscore table for a flash game, and would need to store juz a couple of names and a couple of score in a little file, but i havent the faintest idea how to go about it. any ideas?
thx

ahmed
July 23rd, 2003, 09:29 AM
a php script is the simplest thing i can think of to store data on the server.. :)