codehaven - php snippets - coding help
Generic filters
Exact matches only

Create PHP Array

24th October 2015

Php - Arrays

php codehaven

The basic of a PHP array is below

If you want to create an array from a string of text then you will need to explode the string into an array.

Was this code snippet helpful?