Posted by Ron Eggler @ work on 10/06/67 11:20
Ron Eggler @ work wrote:
> hi,
>
> I got an array and want to build a string with it's elements, how do
> i do it?
> I tried:
>
> while($j=0;j<=count($spamArray); j++)
> {
> $outStr[$j]="<option>".$spamArray[$j]."</option>"
> }
>
> but:
> Parse error: parse error in
> /srv/www/htdocs/web2/html/php/nospam/pop.php on line 32
>
> Thank you! :)
haha forget about thinking about this snipppet, I'm sorry for thast post...
:(
Navigation:
[Reply to this message]
|