Re: [PHP] My first xml try

2007-11-10 Thread Andrew Ballard
On Nov 10, 2007 12:56 AM, Ronald Wiplinger <[EMAIL PROTECTED]> wrote: > Andrew Ballard wrote: > Ronald, > > On Nov 9, 2007 9:05 PM, Ronald Wiplinger <[EMAIL PROTECTED]> wrote: > > > I tried to use echo statements for debugging and found that it seems I > do not get the information of require(). >

Re: [PHP] My first xml try

2007-11-09 Thread Andrew Ballard
Ronald, On Nov 9, 2007 9:05 PM, Ronald Wiplinger <[EMAIL PROTECTED]> wrote: > I tried to use echo statements for debugging and found that it seems I > do not get the information of require(). > > What do I need to change? I'm not sure what error you're getting, but I would guess it can't find the

Re: [PHP] My first XML!

2002-11-27 Thread olinux
Here's a start for you $value1) { if ($key1 == $parent) {// if it's a top category print it foreach ($value1 as $key2 => $value2) { $catname = $value2; // $value2 same as $value1[$key2] $catID = $key2; echo str_rep