Finding Items in an Array with PHPHits: 20
This elementary tutorial describes how to search an array to see if a specific item lies in it. In the tutorial, we create an array of strings such as "Apple" and "Orange" then show you how to use PHP to find out that "Apple" is in the array but "Monkey" is not. This can be useful in PHP programs if you have a collection of items (perhaps that a user has entered) and you want to know if a certain item is in that collection.
Platform(s): Windows
Date: Dec, 10 2006 Author: Sven Vdhrison, http://discomoose.org/2006/04/28/finding-items-in-an-array-with-php/ {
License}
{
Ratings}Number of Ratings: 1 Votes
Visitor Voting Booth:
{
Others Scripts}
|