Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Miscellaneous
FindRetros
Help & Support
findretro's force vote help
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Colbat" data-source="post: 306042" data-attributes="member: 30894"><p>Yo</p><p>I can't get the forcevote to work I've done everything right but still struggling with this:</p><p>[CODE]<?php</p><p></p><p>require_once 'findretros_config.php';</p><p>require_once 'findretros.php';</p><p></p><p>$FindRetros = new FindRetros();</p><p></p><p>if($FindRetros->hasClientVoted()) {</p><p></p><p> echo 'You have voted!';</p><p></p><p>}else{</p><p></p><p> // echo 'You have yet to vote!';</p><p></p><p> $FindRetros->redirectClientToVote();</p><p></p><p>}[/CODE]</p><p>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.</p></blockquote><p></p>
[QUOTE="Colbat, post: 306042, member: 30894"] Yo 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(); }[/CODE] 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. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Miscellaneous
FindRetros
Help & Support
findretro's force vote help
Top