$dnum = date(Ymd)*4;
$from = $_GET['fr'];
if($from == ""){
$from = $_POST['fr'];
}
if($from != $dnum){
echo("<<<<Restricted Area>>>>" .
"
Sorry, you must Log In to view this Page
");
exit();
}
$usrn = $_GET['usrn'];
if($usrn == ""){
$usrn = $_POST['usrn'];
}
if($usrn == ""){
echo("<<<<Restricted Area>>>>" .
"
Problem with your username. Please Log In again.
");
exit();
}
$today = date("Ymd");
$thisday = date("Y-m-d");
$up_date = $_POST['up_date'];
$productname = $_POST['productname'];
$description = $_POST['description'];
$list = $_POST['list'];
$retail = $_POST['retail'];
$wholesale = $_POST['wholesale'];
$dealer = $_POST['dealer'];
$distributor = $_POST['distributor'];
$cost = $_POST['cost'];
?>
Update Prices with this Information?
|
Help
|
| Description: echo $description;?>
|
List
| Retail
| Wholesale
| Dealer
| Distributor
| Cost
|
echo $list;?>
| echo $retail;?>
| echo $wholesale;?>
| echo $dealer;?>
| echo $distributor;?>
| echo $cost;?>
|
Update: echo $thisday;?>
|
©2006 - Data Base Interface - Custom Built at:
|