Skip to content

FindRetros/Vote-Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vote-Validator

Check if a user has voted for your page.

####Example

<?php

require_once 'findretros_config.php';
require_once 'findretros.php';

$FindRetros = new FindRetros();

if($FindRetros->hasClientVoted()) {

    echo 'You have voted!';

}else{

    // echo 'You have yet to vote!';

    $FindRetros->redirectClientToVote();

}

About

Check if a user has voted for your page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages