$result4 = mysql_query("select * from report where main_id = 1 order by id desc ",$link);
if($row4 = mysql_fetch_array($result4)){
$id = $row4["id"];
$title = $row4["title_e"];
$photo = $row4["photo"];
$disc = $row4["disc_e"];
$date = $row4["date"];
$pdf = $row4["pdf"];
$main_id = $row4["main_id"];
}
?>
|
|
|
|