It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming JavaScript Forum

Array - multidimensional problem

Array - multidimensional problem

Postby gilbertsavier on Wed Aug 19, 2009 12:54 pm

Hi i am having a problem with a code for the past few days that i cant seem to find a solution.
I am trying to modify an ajax carousel
to load my data from my database. The original array that holds the data is like this:
$jcarousel_items = array(
array(
'id' => '160',
'page_small_img' => 'prod_small_160_1225468269_smallbusinessserver.jpg',
),

array(
'id' => '161',
'page_small_img' => 'prod_small_161_1225468368_smallbusinessserver.jpg',
),
array(
'id' => '162',
'page_small_img' => 'prod_small_160_1225468269_smallbusinessserver.jpg',
),
);
gilbertsavier
 
Posts: 24
Joined: Fri Jun 26, 2009 11:34 am

Who is online

Users browsing this forum: No registered users and 3 guests