I am writing a web-app in PHP and using MySQL as the storage and need to store a lot of data that will be constantly changing every time I query a server.
Two of the data elements are arrays and I'm not sure how to store them since they will be updated the next time I query the server.
I pretty much have a query that I run and it provides me with An array with some of it's elements as an array as well. Some information...