socalnate Posted July 14, 2007 Share Posted July 14, 2007 I'm posting this link from a php 5-star voting system to the webbrowser: <li><a href="<?php echo $_SERVER['PHP_SELF'] . "?id=" . $_GET['id'] . "&vote=1";?>" title="Rate this 1 star out of 5" class="one-star">1</a></li> to this .htaccess file: ___ Options +FollowSymlinks RewriteEngine On RewriteBase /directory/ RewriteRule ^([0-9]+) phpfile.php?id=$1 For every link clicked it adds in my database 2 votes and twice the rating. So if someone put in a 3 -star vote it would be 6 points and 2 votes. Any ideas? ??? Nathan Quote Link to comment Share on other sites More sharing options...
socalnate Posted July 15, 2007 Author Share Posted July 15, 2007 Not .htaccess...disabled it and it still didin't work? ??? Quote Link to comment Share on other sites More sharing options...
steviewdr Posted July 17, 2007 Share Posted July 17, 2007 You will have to show your 5 star interface and/or rating code. -steve Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.