Re: How to create html list from such array ?
- From: "lp" <lplplp@xxxxx>
- Date: Mon, 30 May 2005 15:07:23 +0200
Ivan Omelchenko 608308824 wrote:
> more little question: is you array sorted correctly?
> if your array has
> $myArr = array(
> array("jj", "0", "jjj"),
> array("bb", "ee", "bbb"),
> array("aa", "0", "fff"),
> )
This array ^ is wrong. There can't be any row with idParent = 'ee' if
there's no row with id = 'ee'.
Regards,
LB
.
- Follow-Ups:
- Re: How to create html list from such array ?
- From: Ivan Omelchenko 608308824
- Re: How to create html list from such array ?
- References:
- How to create html list from such array ?
- From: lp
- Re: How to create html list from such array ?
- From: Ivan Omelchenko 608308824
- Re: How to create html list from such array ?
- From: lp
- Re: How to create html list from such array ?
- From: Ivan Omelchenko 608308824
- How to create html list from such array ?
- Prev by Date: Re: Opnion needed on image manipulation (not neccesarilly PHP)
- Next by Date: templates?
- Previous by thread: Re: How to create html list from such array ?
- Next by thread: Re: How to create html list from such array ?
- Index(es):
Relevant Pages
|