Deleting pictures

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
kpraman
Forum Contributor
Posts: 172
Joined: Fri Oct 13, 2006 10:54 am

Deleting pictures

Post by kpraman »

Hello,

I have a table - invoice
field item- where item id is stored in 1,2,3 manner.
amt - there relevent items amount is stored in 100,200,300 manner.
total- the total of amt field is stored.

To show in the orders form i have to display itemids their names subtotal and total. The problem is once i delete items from the item table, i am no longer able to display the itemnames - (items are pictures).


Thanx
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

kpraman wrote:The problem is once i delete items from the item table, i am no longer able to display the itemnames
They are deleted, yes? So don't display them; delete those records.
Post Reply