Colbat
Ninja
- Apr 10, 2013
- 82
- 8
Yo
I can't get the forcevote to work I've done everything right but still struggling with this:
were do I add this to I know iam suppose to add it to like client.php but were like in the very top or the very bottom because I tried the top and the client page didn't even load up after that.
I can't get the forcevote to work I've done everything right but still struggling with this:
Code:
<?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();
}