"; } } if (isset($_GET['id']) && is_numeric($_GET['id'])) { $news_id = (int)$_GET['id']; $query = "SELECT * FROM exchangerix_news WHERE news_id='$news_id' LIMIT 1"; $result = smart_mysql_query($query); $total = mysqli_num_rows($result); } $title = "Edit News"; require_once ("inc/header.inc.php"); ?> 0) { $row = mysqli_fetch_array($result); ?>

Edit News

Title:
 
Status:
 
Sorry, no news found.