Answer the question
In order to leave comments, you need to log in
How to check result of sql query?
I need to execute the code in the if statement below if the result of the $res query returns true.
Is it possible to do so? Or do you need to do fetch_array?
if ($res=$actual_data->query ("SELECT '$key' FROM `$upTables[$t]` WHERE stID='$sessionIDs[$id]' AND '$key'!='$value'")){
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question