0)
{
$_SESSION['ERR'] = "Selected Below about has been successfully Deleted";
$_SESSION['CLASS'] = "notification success png_bg";
$_SESSION['IMG_PATH'] ="resources/images/icons/cross_grey_small.png";
header("location:manage_belowabout.php");
exit();
}
}
function edit()
{
global $link;
$sql_edit_about = "SELECT * FROM ".DB_BELOWABOUT." where id =".$_REQUEST['id']."";
$qry_edit_about = mysqli_query($link,$sql_edit_about) or die(mysqli_error());
$row_edit_about = mysqli_fetch_array($qry_edit_about);
?>