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
shama-naaz
Asked by Shama Naaz
1 years ago
How to store images in a database?
I need to store useruploaded images in my application. I'm considering storing them directly in the database as BLOB data. What are the best...
1 Answer
285 Views
21 Votes
shama-naaz
Asked by Shama Naaz
2 years ago
How to insert Hindi/Urdu text into MySQL database using PHP?
I need to store Hindi and Urdu text in my MySQL database using PHP. Currently, when I try to insert nonEnglish characters, they appear as question...
0 Answers
220 Views
16 Votes
shama-naaz
Asked by Shama Naaz
2 years ago
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
shama-naaz
Asked by Shama Naaz
3 years ago