Fried BBQ hamburger, beacuse why not?
D DeletedUser10893 Stone Miner Apr 12, 2016 #26 function lock_thread($threadid) { $con = mysqli_connect($host, $user, $pass, $database); $result = $con->query("INSERT INTO threads (threadid, locked) VALUES (".$threadid.", TRUE)"; $con->close(); } Because why not
function lock_thread($threadid) { $con = mysqli_connect($host, $user, $pass, $database); $result = $con->query("INSERT INTO threads (threadid, locked) VALUES (".$threadid.", TRUE)"; $con->close(); } Because why not