I'm having problem trying to edit/update my product page which has multiple images using php prepared statement. if i have only one image in the image ...
I'm having problem trying to edit/update my product page which has multiple images using php prepared statement. if i have only one image in the image ...
I am trying to create a simple cart system for my online shop. In order to store add the items the user selects to the cart, I have created an add to ...
I am building a blog using Laravel 9 and my update method for some unknown reason fails to update My code Samples Model Controller ValidateAni ...
I have table from database here, where I want to fetch the date only (fld_booking_date in tbl_booking database here), in order to disable particular d ...
i have a php tag that is for some reason not working, when i first wrote the code it worked but after a while of me doing different things with the co ...
I created a table with database information and tried to create checkboxes to be able to delete lines more easily, but something is not working correc ...
mySQL supports several SSL modes: DISABLED, PREFERRED, REQUIRED, VERIFY-CA, and VERIFY-IDENTITY but I'm unclear as to how mysqli implements them. The ...
Can someone please teach me how can i retrieve the top 5 products in my table? based on sales i'm using codeigniter i tried method like this one an ...
I have a table of column name "access" which has array values [2,3,4] Now I want to push a single value in the last part of the array. if my value is ...
After updating a record within one table, I need to update records in another table, of which there may be multiple rows which require updating. The ...
I'm trying to perform a connection between PHP and a MySQL database via Mysqli. I have the following code: I'm using this code for a setup wizard f ...
I am trying to connect to the database, and when I try with everything correct, the database connects, and everything is fine. But, when I try to conn ...
I have created a HTML form where you can delete the staff just by putting the ID which is directly connected to the database. When I put the ID first ...
I hope this question falls within the scope of this site. I have created a Lightsail instance in AWS and added a MYSQL database to it. I have been abl ...
I feel like I'm missing out on something so little. I can't seem to logically understand how to display whether they are followed or not at the moment ...
I wanted to transfer my website, which I have been dealing with on localhost for 5 days, to a real hosting yesterday. The site works fine on my local ...
how do i select a single user transaction log from the database, it should fetch only the logged in transaction log i tried with this line of code but ...
My query is that I need to run a SELECT INTO query from One Server Database Table to Another Server Database Table. For that I am having two different ...
Here is my code: so, it will give the result: [{"user":"reg-60"},{"user":"reg-76"}] How to get the result just name of user? So in browser j ...
so I have a MySQL database table with the following contents: I have some code that runs a query on the database: I expect this to code to loop ...