Manage Below About

close
0) { ?>
Sl no. Title Description Action
Apply to selected
0 && $count > $GLOBALS['show']) { ?>
Edit Delete
(All * mark fields are mandatory)
Title  
Description   BasePath = FCKPATH; $oFCKeditor->Height = 400; $oFCKeditor->Value = ""; $oFCKeditor->Create() ; ?>
     
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); ?>

Edit Below About

(All * mark fields are mandatory)
Title
Description BasePath = FCKPATH; $oFCKeditor->Height = 400; $oFCKeditor->Value =stripslashes(br2nl($row_edit_about['description'])); $oFCKeditor->Create() ; ?>