Okay, I have no idea how to use arrays really, except what I've learnt in Visual Basic, and Idoubt that PHP is anything like that..
Anyway, I have a list of files in a folder, named "1", "2", etc, and inside them it has information, like "name" and such. Is there a way that I can put the number of the files into an array and the names inside the files, and then sort it by the names inside the files? If so, how would I go about doing this?
Thank you in advance