Recently Popular Tutorials for October 6th, 2008


Oct 6

How to extract numbers from a string (text)

Posted by , in PHP Tutorials

This is a short function that extracts numbers from a string

Popularity: 17%

Thumbnail for How to extract numbers from a string (text)
Clique It


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 6

Randomize text letters while keeping the words readable

Posted by , in PHP Tutorials

This is a function that converts a normal text into a scrambled one, but still readable.

Popularity: 17%

Thumbnail for Randomize text letters while keeping the words readable
Clique It