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',
),
); |