PDA

View Full Version : flash cart



dkuhar
June 3rd, 2003, 06:52 PM
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

eyezberg
June 4th, 2003, 12:47 PM
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?

Jubba
June 4th, 2003, 12:48 PM
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...