Mini Shell

Direktori : /home/rizant5/public_html_old/student/
Upload File :
Current File : /home/rizant5/public_html_old/student/renew.php

<?php
require_once("function-file.php");
require_once("../config.php");
$userid=$_SESSION["userid"];
if(isset($_REQUEST['method_type'])){
  ($_REQUEST['method_type'] == 'online') ? header("location:../renew-paypalpage.php?usf=".$userid) : header("location:../offline.php?usf=".$userid);
}
require_once("function-menu.php");
cookiecheck();
?>

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Renew Subscription</title>
    <!-- Tell the browser to be responsive to screen width -->
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
    <?php  cssfile();?>
  </head>
  <body class="hold-transition skin-blue layout-top-nav">
    <!-- Site wrapper -->
    <div class="wrapper">
<?php headermenu();?>
      <!-- =============================================== -->
      <!-- Content Wrapper. Contains page content -->
      <div class="content-wrapper">
        <!-- Content Header (Page header) -->
        <!-- Main content -->
        <section class="content">
          <!-- Default box -->
          <div class="box box-primary">
            <div class="box-header with-border sub-header">Renew Subscription</h3>
            </div>
            <div class="box-body sub-body">
             	<form action="" method="post" class="form-horizontal">
                    <div class="form-group">
                    	<div class="col-sm-12">
                        	<label>Select Type of Payment method</label>
                                <select name="method_type" class="form-control" required>
                                  <option value="online">Online</option>
                                  <option value="offline">Offline</option>
                                </select>
                      </div>
                    </div>
                    <div class="form-group">
                        <div  class="col-sm-12" align="center">
                            <button type="submit" name="save" class="btn btn-primary">Send Request</button>
                        </div>
                    </div>
                </form>
             </div>    
         </div>
   </section>
      </div><!-- /.content-wrapper -->
      <?php footer();?>
    </div><!-- ./wrapper -->
   <?php jsfile();?>
  </body>
</html>

Zerion Mini Shell 1.0