Şuanki Dizin: /home/wwwdreamtechnolo/www/panel.atsevairag.com/atse_admin_panel007/ |
Şuanki Dosya : /home/wwwdreamtechnolo/www/panel.atsevairag.com/atse_admin_panel007/edit-new-feed.php |
<?php require_once("../lib/class/functions.php"); $db = new functions(); $current_page = ""; if(!isset($_SESSION['current_admn_email'])) { header("Location:/atse_admin_panel007/index.php"); } $current_edt_id = ""; if(isset($_GET['edt_center_id'])) { $current_edt_id = $_GET['edt_center_id']; $_SESSION['edt_center_id'] = $current_edt_id; } else if(isset($_SESSION['edt_center_id'])) { $current_edt_id = $_SESSION['edt_center_id']; } $news_event_error = ""; $flag = 0; $success_msg = 0; $news = ""; if(isset($_POST['add_news_btn'])) { $news = $_POST['news']; if($news=="") { $news_event_error = "कृपया बॉक्समध्ये माहिती लिहा"; $flag = 1; } if($flag==0) { $db->updates_news_and_event($news,$current_edt_id); $success_msg = 1; } } ?> <html> <head> <meta charset="UTF-8"> <title>ATSE Vairag</title> <link rel="stylesheet" type="text/css" href="/css/stylesheet.css" /> <script type="text/javascript" src="/js/jquery-1.9.1.min.js"></script> <script type="text/javascript" src="/js/site.js"></script> </head> <body> <?php require_once('header.php'); ?> <div style="min-height:570px;"> <div class="admin-mid-section"> <a href="news-feed.php" class="center_list_back_link"><< घडामोडींची नोंद लिस्ट</a> <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="POST"> <div class="add_centre_container"> <br /> <center><strong>घडामोडींची नोंद अपडेट करा </strong></center> <?php if($success_msg=="1") { ?> <div class="add_centre_success"> घडामोडींची नोंद अपडेट झाली आहे. </div> <?php } ?> <?php if($current_edt_id=="") { header("Location:news-feed.php"); // break; } $res_news = $db->get_new_feed_data_from_id($current_edt_id); ?> <textarea type="text" id="news" name="news" class="txtflds" style="height:80px;" placeholder="चालू घडामोडी"><?php echo $res_news; ?></textarea> <span class="error_indicator"><?php echo $news_event_error; ?></span> <br /> <center><input type="submit" name="add_news_btn" value="जतन करा" id="add_news_form" class="reg_btn_form" style="width:140px;" /></center> </div> </form> </div> </div> <?php require_once('footer.php'); ?> </body> </html>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4