Skip to main content
Known Participant
February 29, 2020
Question

Should I query with mysql with php or get the results back and query further with as3

  • February 29, 2020
  • 1 reply
  • 220 views

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.       

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
February 29, 2020

do everything you can server-side with php and mysql to select and organize the data before sending to your animate project.