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().
>
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
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
3 matches
Mail list logo