I would like to know if it is possible to add a new element to an array?
For example, I make an array like this: $bleh = array( 25, 4, 5, 41, 56);
And if later, I want to add a new element, how would I do it?
Thanks and sorry for the newbie question