|
|
|
<?php
if (isset($_POST['poll_id']))
{
/*
if (!isset($_POST['option']) || !is_numeric($_POST['option']))
{
print '';
}
else if (mysql_num_rows(mysql_query("select * from poll_vote where ip='$ip'")) > 0)
{
print '';
}
else
{
$poll_option_id = fix_sql($_POST['option']);
mysql_query("insert into poll_vote (poll_option_id, ip, time) values ('$poll_option_id', '$ip', '$time')");
print '';
}
*/
}
$poll_options = mysql_query("select poll_option.*, count(poll_vote.id) as votes
from poll_option
left join poll_vote on poll_vote.poll_option_id=poll_option.id
where poll_option.poll_id='1'
group by poll_option.id
order by poll_option.id asc");
$i = 0;
while ($poll_option = mysql_fetch_array($poll_options))
{
$poll_option_id = $poll_option['id'];
$poll_option_title = fix_encoding($poll_option['value'], "UTF-8");
$poll_option_votes = $poll_option['votes'];
print " ".$poll_option_votes."x ".$poll_option_title;
}
?>
|
|
|
|
|
Ja
jums ir kas stāstāms par kollijiem, tad rakstiet mums. Mēs
esam gatavi publicēt interesantus stāstiņus no kolliju un
viņu īpašnieku dzīves, kā arī papildināt tos ar
interesantiem foto. Mūsu kolliji gaida jūsu kolliju pastu!
Lai nosūtītu mums kaut ko, jums tikai jānoklikšķina uz
attēla, kuru redzat zemāk. Uz sadarbību!
Vēlies tādu draugu kā
mums? Gaidīsim tevi mūsu pulkā!
|