Ben bir php programcısı yaşıyorum. Ben LocalServer hem de görüntüleri yükleyerek yanı sıra ediyorum veritabanı tablo (tablo halinde onun tablo alanında depolanan ediliyor görüntü konumu.
execution:When I click on a button the retrieve, the images are properly displayed in the browser properly.Its in the row wise gallary format(used css).Everything is fine till now.But the problem starts if I try to display four radio buttons for each photo(just below each photo along with their labels. I need to mention here that I have stored the names of four values of four buttons in an array.
Aşağıdaki kod parçacığını:
<?php
while($resultrow=mysql_fetch_array($query)){
?>
<div class="img">
<img src="<?php echo "$resultrow[1]"; ?>" height="100" width="120"/>
</div>
<?php
}
while($resultrow=mysql_fetch_array($query)){
for($i=0;$i<=3;$i++){
?>
<div class="rateselection">
<input type="radio" name="select" value="<?php echo "$imagearray[i]";?>"/>
</div>
<?php
}//for ends
}//while ends
?>
php çıkan ve içine tekrar gidiyor kolaylık için, ben nerede yanlış gitti sen söyle understand.Just umuyoruz. ilk düzgün yürütülmesi, ancak 2. olurken değildir "ise" .... Lütfen öneririz LÜTFEN DİKKAT EDİN çözeltisi