Example #1
0
include 'header.php';
?>
            <div id="content">
                <br/>
                <?php 
if (isset($_GET["msg"])) {
    ?>
                    <p class="ui-state-highlight"><?php 
    echo $_GET["msg"];
    ?>
</p>
                <?php 
}
include_once "../model/Item.php";
$objItem = new Item();
$conversion = $objItem->checkItemConversionUnits();
if ($conversion != "") {
    ?>
                    <p class="ui-state-error">There are new items without unit conversion data<br/>
                        <?php 
    echo $conversion;
    ?>
                    </p>
                <?php 
}
?>
                <form action="" method="post" >                    
                    <br />
                    <table width="688" border="0" align="center">

                        <tr>