Reply to Re: sortign string - why this difference?
Posted by AlexVN on 12/18/99 11:50
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.