Contact Us
query("SELECT * FROM topnews ORDER BY id DESC"); if($query->num_rows > 0){ while($row = $query->fetch_assoc()){ $heading = $row["title"]; $id = $row["id"]; $download_file = $row["download_file"]; ?>   |