I've got a little problem getting an array sorted, and I'm not sure what the best method is. Basically I've got an array with a bunch of keys like: Code: array (size ...
I'm trying to run a program (tag.exe) and get the output from it. I've tried using backticks and assigning the result to a varaiable and using exec and using an array. Either way the same thing ...