Question
Should I query with mysql with php or get the results back and query further with as3
basicly I am asking should I get php to give me the finished sorted results back or can I refine the results in actionscript at what size is it better to use php to return the finished product. How fast can actionscript sort through giant strings.
