7 && $_GET['action'] == "delete") { $content_id = (int)$_GET['id']; smart_mysql_query("DELETE FROM exchangerix_content WHERE content_id='$content_id'"); header("Location: content.php?msg=deleted"); exit(); } $query = "SELECT * FROM exchangerix_content ORDER BY name, language"; $result = smart_mysql_query($query); $total = mysqli_num_rows($result); $cc = 0; $title = "Content"; require_once ("inc/header.inc.php"); ?>
| Page Title | Name | Language | Actions | |
|---|---|---|---|---|
|