PHP Classes

File: application/views/statistics/selection.php

Recommend this page to a friend!
  Classes of harold rita   PHP Thesis Proposal Hub   application/views/statistics/selection.php   Download  
File: application/views/statistics/selection.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Thesis Proposal Hub
Store and publish research thesis documents
Author: By
Last change:
Date: 6 years ago
Size: 505 bytes
 

Contents

Class file image Download
<form action="" method="get" name="frm_charts" id="frm_charts">
    <div class="col-md-6"><select class="form-control" id="courses" name="courses"><?=$courses_v;?></select></div>
    <div class="col-md-4"><div class="col-md-6"><select class="form-control" id="year" name="year"><?=$year;?></select></div> <div class="col-md-6"><select class="form-control" id="year2" name="year2"><?=$year2;?></select></div></div>
    <div class="col-md-2"><button class="btn btn-success" type="submit">Load</button></div>

</form>