Hi - Ok... I am looking to SELECT some information from MySQL and store in x2 arrays. I then want to combine 2 arrays into 1 list and Sort the information by Time. Any ideas???
www.php.net/asort www.php.net/array_multisort www.php.net/array_merge Orrr... www.php.net/array_map (Example 249) If that doesn't help, be more specific and show us an example. Also, why not directly store the data in one? Be more specific...