-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraph.php
41 lines (18 loc) · 781 Bytes
/
graph.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
include 'adminheader.php'
?>
<div class="container">
<?php
include_once("Config.php");
$cursor = $pro->find(array());
//echo "<h1><p style='color:#000099; font-size=50px'> Hello ".$res['Customer']['F_name']." ".$res['Customer']['L_name']."</p></h1><br>";
?>
<center>
<label style="color:red; size:45px;"><h2>            Sales Graph </h2></label>
<form action=stats.php method="get">
<label>Enter Range of dates to display Graph :    
From    <input type="date" name="from" placeholder="from">
       To    <input type="date" name="to" placeholder="to">
<input class="btn btn-info btn-lg" type="submit" value="Search"></label>
</form>
</center>