Re: [PHP] How to Delete the parent node, and child nodes/leafs for a db/tbl in php

2009-10-16 Thread Jim Lucas
Ashley Sheridan wrote: > On Fri, 2009-10-16 at 08:34 -0700, bruce wrote: > >> Hi. >> >> I've got a situation where I have a couple of tables. The relationship >> between the tables is one of parent/child. I'm trying to figure out the best >> approach to being able to delete the associated children

Re: [PHP] How to Delete the parent node, and child nodes/leafs for a db/tbl in php

2009-10-16 Thread David Otton
2009/10/16 bruce : > I've got a situation where I have a couple of tables. The relationship > between the tables is one of parent/child. I'm trying to figure out the best > approach to being able to delete the associated children in the child tbls, > of a given parentID in the parentTBL... > > I'v

RE: [PHP] How to Delete the parent node, and child nodes/leafs for a db/tbl in php

2009-10-16 Thread bruce
rom: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: Friday, October 16, 2009 8:38 AM To: bruce Cc: php-general@lists.php.net Subject: Re: [PHP] How to Delete the parent node, and child nodes/leafs for a db/tbl in php On Fri, 2009-10-16 at 08:34 -0700, bruce wrote: > Hi. > > I'

Re: [PHP] How to Delete the parent node, and child nodes/leafs for a db/tbl in php

2009-10-16 Thread Ashley Sheridan
On Fri, 2009-10-16 at 08:34 -0700, bruce wrote: > Hi. > > I've got a situation where I have a couple of tables. The relationship > between the tables is one of parent/child. I'm trying to figure out the best > approach to being able to delete the associated children in the child tbls, > of a give