# Flash cart

**URL:** https://forum.kirupa.com/t/flash-cart/22422
**Category:** Uncategorized
**Created:** [June 3, 2003, 10:52pm UTC](https://forum.kirupa.com/t/flash-cart/22422 "2003-06-03T22:52:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![dkuhar](https://avatars.discourse-cdn.com/v4/letter/d/e495f1/32.png) [@dkuhar](https://forum.kirupa.com/u/dkuhar)
#### Post date: [June 3, 2003, 10:52pm UTC](https://forum.kirupa.com/t/flash-cart/22422/1 "2003-06-03T22:52:11Z")

</div>

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](mailto:dkuhar@visualcontent.com)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 4, 2003, 4:47pm UTC](https://forum.kirupa.com/t/flash-cart/22422/2 "2003-06-04T16:47:25Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 4, 2003, 4:48pm UTC](https://forum.kirupa.com/t/flash-cart/22422/3 "2003-06-04T16:48:06Z")

</div>

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…
