I have an array "$current=array($time,$message,$tech);" which I wish to have in a second array.
I would like to then be able to add to that second array and then each time the form is used, it will create the first array "$current" and then append to the main array.
Example:
$message=array($current, $current, $current)
How would I go about this?