Recently Popular Array Tagged Tutorials



Oct 6

Make an alphabetical selection from elements of an array

Posted by , in PHP Tutorials

Here’s a snippet that extracts elements from an array starting with a specific letter (alphabetical search).

Popularity: 17%

Thumbnail for Make an alphabetical selection from elements of an array
Clique It


Oct 6

Equivalent of trim() function for arrays

Posted by , in PHP Tutorials

This function strips the null element values from the beginning and ending of an array.

Popularity: 18.3%

Thumbnail for Equivalent of trim() function for arrays
Clique It


Oct 3

Display values from an array in random order

Posted by , in PHP Tutorials

This is a function that randomizes the order of the elements in an array.

Popularity: 17%

Thumbnail for Display values from an array in random order
Clique It


Dec 24

Create dropdown menus using array

Posted by , in PHP Tutorials

This tutorial will explain how to create a dropdown menu using function which populates values from the array.

Popularity: 17.3%

Thumbnail for Create dropdown menus using array
Clique It