View Single Post
  #17  
Old 24th March 2015, 23:58
WhyMe WhyMe is offline
Banned
 
Join Date: Apr 2014
P2P
Posts: 160
Default
Do you think not this would be better then a http link details line 742



PHP Code:
$moderated sql_query("UPDATE torrents SET moderated = '$mod', moderator = '$moderator', error = '$error' WHERE id = ".$_GET['id']."");
header("Location: $BASEURL/details.php?id=".$_GET['id']."");
exit;

Reply With Quote