// get_val(); //details about selected cultivar
/*echo $cultname=$_POST["cultname"];
echo $acc=$_POST["acc"];
echo $abbr=$_POST["abbr"];*/
if(strcmp($_POST["page"],"main")==0)
{
$cultname=$_POST["cultname"];
$acc=$HTTP_POST["acc"];
$abbr=$_POST["abbr"];
}
else
{
$cultname=$_GET["cultname"];
$acc=$_GET["acc"];
$abbr=$_GET["abbr"];
}
db_connect(); //establish connection with the database
$rs_query=mysql_query(("SELECT HARVEST_DT,SOWING_DT,GER_SET_NB,GER_NUT_NB,GERM_25,GERM_50,"
."GERM_75,GERM_MAX,MAX_PERC "
."from Germination WHERE CULT_NAME='".$cultname."'"
." and ACCESS_NB='".$acc."' and ABBREV='".$abbr."'"),$conn);
$rs=mysql_fetch_array($rs_query);
/*if ((!isset($rs["HARVEST_DT"]) && !isset($rs["SOWING_DT"]) && $rs["GER_SET_NB"]="0" &&
$rs["GER_NUT_NB"]="0" && $rs["GERM_25"]="0" && $rs["GERM_50"]="0" &&
$rs["GERM_75"]="0" && $rs["GERM_MAX"]="0" && $rs["MAX_PERC"]="0")
{
?>
exit();
}
*/
?>
Cultivar Name
GERMINATION
Date of harvest | "> |
Date of sowing | "> |
Number of nuts set to germinate | "> |
Number of germinated nuts | "> |
Number of days to 25% germination | "> |
Number of days to 50% germination | "> |
Number of days to 75% germination | "> |
Number of days for maximum germination | "> |
Maximum germination rate | %"> |