Chodzi o linie:
Probuje tak ale to kasuje polowe wynikow petli
while($rm = mysqli_fetch_assoc($result)) { //echo $rm['method_name'].","; $string = $rm['method_name'].","; }
while($rm = mysqli_fetch_assoc($result)) { //echo $rm['method_name'].","; $string = $rm['method_name'].","; }
while($rm = mysqli_fetch_assoc($result)) { //echo $rm['method_name'].","; $string[$i] = $rm['method_name'].","; } } }