// get_val();
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 Y_INF_NB,SD17,PHASE_CONC,SD18,MAL_PH_LEN,SD19,FEM_PH_LEN,"
."SD20,INT_PH_PER,SD21,SU_INF_PER,SD22,NOP_INF_AG,OP_INF_AG,B_IN_LE_NB,"
."SD25 from Flowering WHERE CULT_NAME='".$cultname."'"
." and ACCESS_NB='".$acc."' and ABBREV='".$abbr."'"),$conn);
$rs=mysql_fetch_array($rs_query);
?>
Cultivar Name
FLOWERING |
|||
Concordance of phases | "> | SD | "> |
No of inflorescence/Year | "> | SD | "> |
Length of male phase (days) | "> | SD | "> |
Length of female phase (days) | "> | SD | "> |
Period between phases (days) | "> | SD | "> |
Period between successive inflorescence (days) | "> | SD | "> |
Number of leaf emitted until the leaf bearing first inflorescence | "> | SD | "> |
Age when 50% palms bear first unopened spathe (months) | "> | ||
Age when 50% palms with open inflorescence (months) | "> |