Re: [PHP] Undefined index....
[email protected] (Jay Blanchard)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
[snip]
>> function includeXML($file, $locale, $url, $level = 1) {
>> // stuff
>
> $xml = '';
> Should work here ...
> Since the call below is ADDING to $xml you do need something existing
> to add to so what does that give?
[/snip]
Thanks Lester, that worked. I had just put that in the wrong place.
*slaps forehead*