Limit amount of items in array
I need help limiting the amount of items stored in an array. It needs to be in an ‘if’ statement. Basically it needs to count an array and if it’s at a certain limit, don’t allow any more items to be stored in it.
if (count($array) < 3) {
// let more items in the array
} else if (count($array) = 3) {
// don't let any more items in the array
}
Any and all help is always appreciated.
$299 Affordable Web Design WordPress
This article was republished from its original source.
Pixeldust is a 20-year-old web development agency specializing in Drupal and WordPress and working with clients all over the country. With our best in class capabilities, we work with small businesses and fortune 500 companies alike. Give us a call at 1(800)730-2416 and let’s talk about your project.