RE: Help with Updating database from PHP? 07-27-2016, 08:31 PM
#4
Query should be like:
And the Bind_Param
Code:
UPDATE users SET user_rank =?, user_tag =?, list_order =? WHERE user_name =?And the Bind_Param
Code:
$stmt->bind_param("ssss", $_POST['select_rank'], $_POST['select_tag'], $_POST['select_order'], $_POST['select_order']);


![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)