(insert) Because Why Not

Status
Not open for further replies.

RefinedBird

Zombie Killer
Fried BBQ hamburger, beacuse why not?
 

Leni

Stone Miner
Laughing to death at a serious moment cuz why not... o.o
 

DeletedUser10893

Stone Miner
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
 
Status
Not open for further replies.
Top