[PHP] pobierz, plaintext while($dane = mysql_fetch_row($mysql_result)){$foto='./vedicart/'.$dane[2]; $orginalny = getimagesize($foto); $arr = array(0=>$orginalny[0]);//tyle już wiem ale co dalej [PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?php while($dane = mysql_fetch_row($mysql_result)) { $foto='./vedicart/'.$dane[2]; $orginalny = getimagesize($foto);//tu wyświetlasz zdjęcie$arr=$arr+$orginalny[0] ;if($arr>1000){echo '<br>';$arr=0; }} ?> [PHP] pobierz, plaintext