There is a code:
$result = mysql_query("SELECT * FROM inv where username='".$_SESSION['username']."' "); while ($inv= mysql_fetch_array($result)){ echo " i['Π·Π°ΠΏΠΈΡΡ'] = new Array('".$inv['id']."','".$inv['id_img']."','".$inv['kolovo']."',0,'".$inv['title']."',0,'".$inv['about']."',0,6); "; } How to make each following entry be one more toist:
i['1'] i['2'] i['3'] ...