Results 1 to 10 of 34
Threaded View
-
29th Apr 2010, 08:00 PM #9Member
Then we have multidimensional arrays.
PHP Code:// Two-dimensional array
$produce = array(
'fruits' => array( 'Apples', 'Oranges', 'Bananas' ),
'vegs' => array( 'Tomatos', 'Potatos', 'Carrots' )
);
echo $produce[ 'fruits' ][0];
// Output: Apples
echo $produce[ 'vegs' ][2];
// Output: Carrots
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Translate page
By skinner in forum Web Development AreaReplies: 1Last Post: 1st May 2012, 01:35 PM -
How to translate a template ?
By Debaldus in forum DLEReplies: 9Last Post: 20th Feb 2012, 07:58 PM -
need translate script
By peterpetroli in forum Web Development AreaReplies: 5Last Post: 29th Dec 2011, 03:39 AM -
DLE translate tuto
By milooot in forum Webmaster DiscussionReplies: 3Last Post: 3rd Aug 2011, 05:23 PM -
Can someone translate this for me
By kohkindachi in forum Technical Help Desk SupportReplies: 2Last Post: 3rd Oct 2010, 01:34 PM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...