|
I'm not very familiar with objects or arrays in PHP. If I have a string $text which contains the string I want to display and a separate variable $date which stores the time as a string, how can I associate the two variables? And once I have an array of these objects/arrays, how can I sort them by $date? Thanks for the help.
|