Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/celkcksm/cms.ncriptech.com/../websites/vtti.e-campus.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include ("include/makeSession.php"); include("checksmsbalance.php"); include("include/header.php"); //include("include/sidebar.php"); if(isset($_REQUEST['upid']) && $_REQUEST['upid']!=''){ $dovalue="editrest"; $doid=$_REQUEST['upid']; $upuserresult=mysqli_query($con,"select * from restaurant where id='".$_REQUEST['upid']."'"); $upuserarr=mysqli_fetch_array($upuserresult); }else{ $dovalue="addrest"; $doid=''; } ?> <div style="background-color:#999"> <div class="content container"> <div class="row cols-wrapper"> <!--//col-md-3--> <div class="col-md-12"> <section class="course-finder"> <h1 class="section-heading text-highlight"><span class="line">SEND SMS FOR EMPLOYEE(S)</span></h1> <div class="section-content"> <div class="row"> <div class="col-md-2 col-sm-2 subject"> <label for="name">Contact No</label> </div> <div class="col-md-4 col-sm-4 subject"> <textarea name="ctl00$ContentPlaceHolder1$txtContactNo" rows="2" cols="20" id="ContentPlaceHolder1_txtContactNo" class="form-control" style="height:100px;width:300px;"></textarea> </div> <div style="clear: both"></div> <br> <div class="col-md-2 col-sm-2 subject"> <label for="name">Message</label> </div> <div class="col-md-4 col-sm-4 subject"> <textarea name="ctl00$ContentPlaceHolder1$txtMsg" rows="2" cols="20" id="ContentPlaceHolder1_txtMsg" class="form-control" style="height:100px;width:300px;"></textarea> </div> <div class="col-md-8 col-sm-8" style="margin: 10px 0px;"> <input type="button" name="ctl00$ContentPlaceHolder1$btnsend" value="Send SMS To ALL" onclick="this.disabled=true;this.value='sending sms in progress...';__doPostBack('ctl00$ContentPlaceHolder1$btnsend','')" id="ContentPlaceHolder1_btnsend" class="btn btn-theme"> <span id="ContentPlaceHolder1_lblmsg" style="font-size:15pt;"></span> </div> </div> </div> </section> </div> </div> </div> </div> <?php include('include/footer.php');?>