Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / internal / tester.php @ f59acf11

History | View | Annotate | Download (1.48 KB)

1
<?php require("includes/internal.php")?>
2

    
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> 
5
                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>        
6
                <meta name="description" content="FILL IN"/> 
7
                <meta name="keywords" content="FILL IN"/> 
8
<?php include($docRoot."header.php"); ?>
9
                <title>View Part| ColonyScout.com</title>
10
<?php include('includes/querybox.php');?>                
11
</head>
12
<body bgcolor="#eeeeee"> 
13

    
14
<div id="general"> 
15
<?php include("includes/nav_internal.php"); ?> 
16
        <div id="body">
17
                <div id="body-boxes">
18
                        <div class="box-row" style="margin-top: 7px;">
19
                                <div class="white-top"></div>
20
                                <div class="white-body text-box">
21
                                        <div id="breadcrumbs">Inventory&gt; Parts&gt;</div>
22
                                        <div id="livesearch"><div id="box0"><!-- livesearch--></div></div>
23
                                        <br/>
24
                                        <div class="hr"></div>
25
                                </div><!--end 'TEMP' collapse-->
26
                                
27
                                <div class="white-body text-box">
28
                                
29
<?php
30

    
31
$a = 0;
32
$b = 0.00;
33
$c = "0";
34
$d = "0.00";
35
$e = (int) $d;
36
echo empty($a)."<br/>".empty($b)."<br/>".empty($c)."<br/>".empty($d)."<br/>".empty($e)."<br/>";
37

    
38
echo getPriceForQty($_GET["pn"],$_GET["qty"]);
39
                                
40
                                
41
?>
42
                                
43
                                
44
<?php                
45
        mysqli_close($mysqli);
46
?>
47

    
48
                                </div>
49
                                <div class="white-bottom"></div>
50
                        </div>                                        
51
                        
52
                        
53
                </div>        
54
        </div> <!--BODY!--> 
55

    
56

    
57
<?php include($docRoot."footer.php"); ?>
58

    
59
</div><!--GENERAL!--> 
60
 
61
 
62
</body></html>