include "../lib/link";
$q1 = mysqlQuery(" select * from n_pollList where code = '$codePoll' ");
$c1 = mysqlFetch($q1);
$q2 = mysqlQuery(" select * from n_pollItem where codeList = '$codePoll' order by code ");
$t2 = mysqlAffected($q2);
if($c1[etc] == 'yes')
{
$q3 = mysqlQuery(" select * from n_pollEtc where codeList = '$codePoll' ");
$t3 = mysqlAffected($q3);
}
$q4 = mysqlQuery(" select sum(counter), max(counter) from n_pollItem where codeList = '$codePoll' ");
$c4 = mysqlFetch($q4);
$totalCounter = $c4[0] + $t3;
$totalCounter_ = number_format($totalCounter);
if($c4[1] < $t3)
$maxCounter = $t3;
else
$maxCounter = $c4[1];
?>
¼³¹®Á¶»ç
/*----------------------------------------------------------------
ÆÄ ÀÏ ¸í : result.html
------------------------------------------------------------------
»ç ¿ë ¿ä ¾à : [ÀϹÝ] °á°úº¸±â ÆäÀÌÁö
------------------------------------------------------------------
°³ ¹ß ÀÚ : ±è¿ìÇö
------------------------------------------------------------------
µð ÀÚ ÀÎ : ±è¿ìÇö
------------------------------------------------------------------
Á¦ÀÛ ½ÃÀÛÀÏ : 2003/09/21
------------------------------------------------------------------
¼ö Á¤ ³» ¿ë : ¼öÁ¤ÀÏ :
¼öÁ¤ÀÚ :
³» ¿ë :
------------------------------------------------------------------*/
?>