$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");
$up_date = $_POST['up_date'];
$productnamea = $_POST[productnamea];
$productnamen = $_POST[productnameb];
$description = $_POST[description];
$lista = $_POST[lista];
$retail = $_POST[retail];
$wholesale = $_POST[wholesale];
$dealer = $_POST[dealer];
$distributor = $_POST[distributor];
$cost = $_POST[cost];
$num = count($productnamea);
$rownum = 0;
?>
|
while($num > 0)
{echo("Item Number: $productnamea[$rownum]$productnameb[$rownum]" .
" |
Description: $description[$rownum]".
" |
Prices: " .
" |
List" .
" | Retail" .
" | Wholesale" .
" | Dealer" .
" | Distributor" .
" | Cost" .
" |
$lista[$rownum]" .
" | $retail[$rownum]" .
" | $wholesale[$rownum]" .
" | $dealer[$rownum]" .
" | $distributor[$rownum]" .
" | $cost[$rownum]" .
" |
Update: $today |
");
$num = $num - 1;
$rownum = $rownum + 1;
}
?>
©2006 - Data Base Interface - Custom Built at:
|