RE: [PHP] Recursive Childs

2001-04-26 Thread Krznaric Michael
9 but most databases are only SQL92 compliant with some custom SQL99 support. I know DB2 supports hierarchies as well. Mike -Original Message- From: Natasha [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 21, 2001 3:00 AM To: [EMAIL PROTECTED] Subject: [PHP] Recursive Childs Hiya

Re: [PHP] Recursive Childs

2001-04-22 Thread Joe Conway
>Subject: Re: [PHP] Recursive Childs > thanks for that, could you just explain how it should start, should i just call the function, how does the level get determined ??? After the function ends, starting at * $conn = pg_connect("dbname=mydb us

Re: [PHP] Recursive Childs

2001-04-22 Thread Joe Conway
>Subject: [PHP] Recursive Childs > like hotscripts.com too, so i thought if someone could tell me how to use get all the children : > > ID | NAME | PARENT > 1X 0 > 2Y 1 > 3Z 2 > 4A 2 > 5F 1 > 6G 5 > if i

Re: [PHP] Recursive Childs

2001-04-22 Thread mukul
Hi, thanks for that, could you just explain how it should start, should i just call the function, how does the level get determined ??? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] Recursive Childs

2001-04-20 Thread Natasha
Hiya, This is something that I'm not able to figure out : I am building something like a Yahoo! directry. I wanted to display a "new" image infront of a category, like Yahoo! does. But I want to show this even if the main category may not have any new link, but a category in that might have,