Skipjackrick Posted February 19, 2010 Share Posted February 19, 2010 Am I missing something here? <?php $length = 2; $world_record = 1; $anglerId = 2; if ($length > $world_record) { //Update kayak man points $record_kmpoints = "UPDATE anglers SET kayakman_points = kayakman_points + 5 WHERE anglerId=$anglerId"; $wr_kmpoints = mysql_query($record_kmpoints) or exit(mysql_error()); } ?> Quote Link to comment Share on other sites More sharing options...
Skipjackrick Posted February 19, 2010 Author Share Posted February 19, 2010 Nevermind... god I am douche sometimes.. 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.