Market Trends

$data_serv_pages[section1]


Click here to view a small Power Point Presentation that further delves into the market data collecting process here at NPC.

Click here to view Mostly Market History Charts from 2004-2006

Click here to view Mostly Market History Charts from 2002-2004




";} if ((!isset($_POST[users])||$_POST[users]=='')&&$_POST[agree]=='yes') { echo"


Authorization User NPC,Inc.
  
User Name:
User Password:
  
"; $_SESSION['ref']=$referer; $_SESSION['authorize']='Y'; //exit; } if (isset($_POST[users])&&isset($_POST[pass_users])&&$_SESSION[ref]==$referer&&$_SESSION[authorize]=='Y'&&$_POST[agree]=='yes') { $sql_auto="SELECT * FROM users WHERE log = '".$_POST['users']."'"; $res_auto=mysql_query($sql_auto); $row_auto=mysql_num_rows($res_auto);if ($row_auto>1){session_destroy();header('Location: trance.php');exit;}; if ($row_auto=0){session_destroy();header('Location: trance.php');exit;}; $users=mysql_result($res_auto,0,'log');$pass_users=mysql_result($res_auto,0,'pas');$access=mysql_result($res_auto,0,'trance'); if ($_POST[users]==$users && $_POST[pass_users]==$pass_users && $access==1){ $_SESSION['authorize']="Y";$_SESSION['user']=mysql_result($res_auto,0,'log'); //print $_SESSION['authorize']."".$_SESSION['user'];// header('Location: weekly.php?$SID'); } else{session_destroy();header('Location: trance.php'); exit;} } if ($_SESSION[authorize]=="Y"&&isset($_SESSION[user])&&$_SESSION[user]!=''&&$_SESSION[ref]==$referer&&$_POST[agree]=='yes') { $sources='market trance'; $login_user=$_SESSION[user]; require('set_log.inc'); $sql_auto="SELECT logos,first_name,last_name FROM users WHERE log = '".$_SESSION['user']."'"; $res_auto=mysql_query($sql_auto); $row=mysql_fetch_array($res_auto); echo"
You logged as: ".$row[first_name]." ".$row[last_name]."
Your logo
"; echo"

Part of NPC’s responsibilities as a management firm is to be able to collect verifiable and accurate daily data from the produce industry. The below links are actual databases from 2002, 2003, and 2004 that store and display weekly market trends by commodity. These reports helps NPC ensure contract savings for our clients.

2002 | 2003 | 2004


"; $_SESSION[authorize]="N"; session_destroy(); } require('footer.html');?>