Is there anyway of inserting a value at the end of an array without knowing how many values are in the array ie.
$array[last] = 'value'
i know i could do a count then use this number ie, $array[$count] = 'value' i just wondered if there was a way like $array[last].
cheers
Jamie