Saturday, February 14, 2009

Survey on Low Volume Order

Dear All,

Please have a look on the questionnaire I have prepared as a partial requirement for my completion of the course. The questionnaire is a step in the research of Low Volume Order quantity in Apparel Industry.Kindly have a minute or two to answer the questions.
echo "

";
?>









URL:
Optional GIF URL:
Title:
Description:
(Up to 255 chars)
Your Name:
Your E-mail:
Site Type: >
Category:
$chandle = mysql_connect("localhost", $dbuser, $dbpass)
or die("Connection Failure to Database");
mysql_select_db($dbname, $chandle) or die ("Database not found.");
$mainsection="sections";
$query1="select * from " . $mainsection . " order by t1.name"; //select all sections
$result = mysql_db_query($dbname, $query1) or die("Failed Query of " . $query1);
while($thisrow=mysql_fetch_row($result))
{
$sectdesc[$i1]=$thisrow[1];
$sectid[$i1]=$thisrow[0]; //set section values at level 1.
$i1++;
}
?>