0
Should I query with mysql with php or get the results back and query further with as3
Explorer
,
/t5/animate-discussions/should-i-query-with-mysql-with-php-or-get-the-results-back-and-query-further-with-as3/td-p/10954059
Feb 28, 2020
Feb 28, 2020
Copy link to clipboard
Copied
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.
TOPICS
ActionScript
,
Performance
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/should-i-query-with-mysql-with-php-or-get-the-results-back-and-query-further-with-as3/m-p/10954753#M201852
Feb 29, 2020
Feb 29, 2020
Copy link to clipboard
Copied
do everything you can server-side with php and mysql to select and organize the data before sending to your animate project.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

