Phpvoter 0 6 > Phpvoter 0.6 / Showvote.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Phpvoter 0 6

Download:
phpvoter-0-6.zip

Category:
Polls And Voting

Archive Content:

Phpvoter 0.6

Phpvoter 0.6 > Data

Phpvoter 0.6

Phpvoter 0.6 > Includes

Phpvoter 0.6

Phpvoter 0.6 > Languages

Phpvoter 0.6

Phpvoter 0.6 > Templates > Default

Phpvoter 0.6 > Templates > Wrnu

Phpvoter 0.6

Showvote.php:


<?php
// We need some common functions
require("includes/functions.inc.php");

// Print the active question if the user hasn't already answered it.
if (!hasalreadyvoted()) {
    print 
letsvote("active",  $config['votescript']);
} else {
    
$linkvote linktoactivevote();
    if (
$linkvote != "") {
        print 
$lang['alreadyvoted'];
        print 
" <a href=\"$linkvote\">{$lang['viewresults']}</a>\n";
    } else {
        print 
$lang['no_votes_in_db'];
    }
}

if (
$debug) {
    print 
$strError;
}

?>



Other Polls And Voting Scripts:

WebMaster Resources Home

©RingsWorld.com