Questions tagged "query"
3 questions
Active Filters:
Tag: query ×How to fix "mysqli_query() expects parameter 2 to be string" error
I'm getting this error when trying to execute a database query: "mysqliquery() expects parameter 2 to be string" Here's my code: What's wrong with...
1 Answer
364 Views
24 Votes
How to fix "Trying to get property 'num_rows' of non-object" error?
I'm getting this error: "Trying to get property 'numrows' of nonobject" Here's my code: What's causing this error and how can I fix
1 Answer
274 Views
25 Votes
How to update data in a database table using phpMyAdmin?
I have a table named in phpMyAdmin, and I want to update all values in a column named at once. My current SQL query is: The column currently has the...
1 Answer
239 Views
8 Votes