此代码应该从表content_copy_f
中获取与表idparent
中idcontent
相同content_copy_p
的lignes,并插入img1
从f
到p(img1,img2,img3)
。
你可以说,f
img1
f
中有3个lignes将img1,img2,img3
p
p
f
img1
p
的{{1}} //save images in the field spe
while($row = mysqli_fetch_array($result)) {
//I define the variable $image
$image=" ";
//to handle every picture
$legende=" ";
$cont=$row['Co'];
//id bch i7ot image fi blastha las9a
$id=$row['idParent']or die(mysqli_error($con));
//3la hasab count dyal chal kin man mara
for($i=1;$i<=$cont;$i++){
if($i==3){$i=$cont;}
else{
//legende et image
$image =$row['img'.$i];
$legende=$row['legende'.$i];
echo $cont."|".$image."|".$legende."<br>";
//update image o legende bi contenu li jay man content
mysqli_query($con,"update content_copy_p set img".$i."='".$image."',legende".$i."='".$legende."' where content_copy_p.idContent=".$id."");
}
}
}
{{1}} {{1}} {{1}} {{1}} {{1}} {{1}} {{1}} }}:
{{1}}
// fin copie image:)