Reply to topic
Array - multidimensional problem
gilbertsavier


Joined: 25 Jun 2009
Posts: 9
Reply with quote
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:
Code:

$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',
    ),
);
nathacof
Forum Admin

Joined: 24 Oct 2006
Posts: 192
Location: Dover, DE
Reply with quote
We need more information. Are you using a JavaScript framework? Can we see the code responsible for the banner rotation?
Array - multidimensional problem
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic