Re: Newbie question
[email protected] ("Gert Mellak") Thu, 9 May 2002 15:19:21 +0200
| Newsgroups | php.lang |
|---|---|
| Message-ID | <[email protected]> |
Well, what's clear for me is why you get only the second data, because the first data can't be viewed - because isset($vignette) is false because this variable isn't set - you set it in the second run of this loop! why don't you put the if (isset($vignette))-Stuff after the switch-statement - in that case the $vignette should already be set. try it out! greetings, Gert.