Okay, I know how to go about taking delimeted data from a text file and exploding it into an array line by line. What Id like to know is a way of saving a bulk quantity of data into a file....
To clear that up a bit, Id like to create a script that will enable a user to input several rows of data at once, it'll be like a timetable script. Can anyone give me any tips on where to start?
And no, I cant use MySQL for this project as the host Im using doesnt provide it.