Results 1 to 2 of 2
  1. #1
    iannjiua is offline Newbie
    Join Date
    Dec 2011
    Posts
    19

    how to create multidimensional arrays in PHP?

    Array elements in PHP can hold values of any type, such as numbers, strings and objects. They can also hold other arrays, which means you can create multidimensional, or nested, arrays.I was wondering how to create multidimensional arrays? Can you help?

    Thanks.

  2. #2
    vServerCenter is offline Newbie
    Join Date
    Nov 2011
    Posts
    18
    The PHP manual has information on trees and multidimensional arrays:
    php.net/manual/en/language.types.array.php

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •