at the end of the count? I have something like this but it doesn’t seem to work:
if ($count_gallery == 0) { echo ‘
echo “
“;
if ($count_gallery == 3) { echo ‘
‘; }
Tags: Echo Echo, Mysql Php, Php Mysql
Filed under Programming & Design by administrator
while
$i=0; echo “”; while($i>$count_gallery){ echo “$gallery”; $i++; } echo “”;
Your question is unfortunately not clear.
Though making a small change in DzSoundN answer may prove to be of help:
$i=0; echo “”; while($i sign to < in while loop.)
Comments on How do I add a table row after counting mysql data with php?
while
$i=0;
echo “”;
while($i>$count_gallery){
echo “$gallery”;
$i++;
}
echo “”;
Your question is unfortunately not clear.
Though making a small change in DzSoundN answer may prove to be of help:
$i=0;
echo “”;
while($i sign to < in while loop.)