Manage Services

close
0) { ?>
Sl no. Title Sub Title Action
Apply to selected
0 && $count > $GLOBALS['show']) { ?>
Edit Delete
(All * mark fields are mandatory)
Title  
Sub Title   BasePath = FCKPATH; $oFCKeditor->Height = 400; $oFCKeditor->Value = ""; $oFCKeditor->Create() ; ?>
     
0) { $_SESSION['ERR'] = "Selected services has been successfully Deleted"; $_SESSION['CLASS'] = "notification success png_bg"; $_SESSION['IMG_PATH'] ="resources/images/icons/cross_grey_small.png"; header("location:manage_services.php"); exit(); } } function edit() { global $link; $sql_edit_about = "SELECT * FROM ".DB_SERVICES." 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 Services

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