Quantcast
Channel: MDLoring Development » array
Browsing latest articles
Browse All 2 View Live

PHP: Count Number of Values or Items in an Array

When I first started heavily using arrays in PHP, often times the number of array values or items would need to be known, and this would be accomplished by using a foreach statement and counting up the...

View Article



PHP: How to Remove a Value From an Array

This PHP tutorial and example will cover how to pull out a serialized array from a MySQL database, and then utilizing the array_search() function and unset() function to remove a value from an array....

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images