Re: [PHP] Getting An Inventory Product Count

2009-02-27 Thread Ashley Sheridan
On Fri, 2009-02-27 at 13:21 -0500, Bastien Koert wrote: > On Fri, Feb 27, 2009 at 11:17 AM, revDAVE wrote: > > > Newbie question > > > > Hi folks, > > > > Currently, I have an inventory table that stores individual records for > > each > > single item in inventory - ( each item is on its own line

Re: [PHP] Getting An Inventory Product Count

2009-02-27 Thread Bastien Koert
On Fri, Feb 27, 2009 at 11:17 AM, revDAVE wrote: > Newbie question > > Hi folks, > > Currently, I have an inventory table that stores individual records for > each > single item in inventory - ( each item is on its own line because it has > serial numbers associated with it) like: > > fields: > >

[PHP] Getting An Inventory Product Count

2009-02-27 Thread revDAVE
Newbie question Hi folks, Currently, I have an inventory table that stores individual records for each single item in inventory - ( each item is on its own line because it has serial numbers associated with it) like: fields: Item - ModelID - sn item1 - 1 - sn xxx item1 - 1 - sn xxx item2 - 2