Flash cart

having never professed to be anything close to a programmer— my trouble lies in the code…

database to php to flash mx

said table:

column 1: item name

col 2: item summary

col 3: item photo

the photos lie in a image directory/they are not in the database (blob)

any help at all would be greatly appreciated

dkuhar@visualcontent.com

select from products_table $item_name $item_sum $ item_pic where itemId = $id…somthing along theses lines, then
$output=&item_name=.£item_name&item_sum=.£item_sum&item_pic=.$item_pic;
print $output;
can you be more precise, where’s the pb?

This isn’t something that I would be willing to do. I wouldn’t be difficult, just time consuming. Why make a cart in Flash? A simple HTML cart would be so much easier to use and update…