Quote Originally Posted by Chris2009 View Post
here is my form,

Code: 
    <form action="" method="post">
    
        <input name="good" type="button" value="Good Download xD" /> <input name="bad" type="button" value="Bad Download :)" />
    </form>
here's a test http://warezrelease.info/download-11...UR%29-PS3.html
Wheres the submit button?
Add it somewhere and it will be fine
soft2050 Reviewed by soft2050 on . Thumbs up/down Can any1 tell me whats wrong here: $thumbsUp = $_POST; $thumbsDown = $_POST; $id = isset($_GET) ? mysql_real_escape_string(trim($_GET)): ''; if ($thumbsUp) { mysql_query("UPDATE wcddl_downloads SET thumbsup=thumbsup+1 WHERE id='$id'"); Rating: 5