Reply to Re: sortign string - why this difference?
Posted by Sonnich on 12/18/11 11:50
AlexVN wrote:
> Sonnich,
>
> Most likelly your an error here:
> for($j=$i;$j<(count($item1)-1);$j++);
> This "for" is an empty "for" that just does nothing, because its body
> is empty--it is closed by the the last ";" in the line.