Hello members,
i see record 11 , 21 and 31 in two table how can this
i put this code
[php]<?php
$cou = 1;
for ($i= 1; $i <= 2; $i++) {
?>
<?php echo $cou ?> |
sql record put this record
[php]<?php
$totalrecord = 11;
$lastPage = ceil($totalrecord/2);
echo $lastPage;
$cou = 1;
for ($i= 1; $i <= 2; $i++) {
$rowpap1 = “Select * from detailc where styden LIKE ‘$list%’ LIMIT $cou,5”;
$rowpap1 = mysqli_query($conn, $rowpap1);
?>
<?php echo $row["styden"]; ?> |
help me i see 6 record one table and 5 record 2st table