View Single Post
  #14  
Old 16th March 2021, 01:12
MicroMonkey's Avatar
MicroMonkey MicroMonkey is offline
Senior Member
 
Join Date: Jun 2016
P2P
Posts: 52
Default
just for a future reference to whomever may read this. My torrents-upload.php has this
Quote:
$updateset[] = "freeleech = '".intval($_POST["freeleech"])."'";
SQL_Query_exec("UPDATE torrents SET " . join(",", $updateset) . " WHERE id = $id");
and torrents-edit.php
Quote:
$updateset[] = "freeleech = '".intval($_POST["freeleech"])."'";
__________________
More torrenttrader stuff at https://torrenttrader.uk
Reply With Quote