Can’t insert new values in db [closed]
Closed 2 days ago.
Can’t insert new values in db [closed]
Closed 2 days ago.
Warning: mysqli::__construct(): (HY000/1130): Host ‘xxx.xxx.xxx’ is not allowed to connect to this MariaDB server in
I tried to add some data to my Database which is on the server and I get this error
Warning: mysqli::__construct(): (HY000/1130): Host ‘ххх .ххх.ххх ‘ is not allowed to connect to this MariaDB server in./…/..
The user was created through Cpanel and was granted all permissions.
Example code below:
Connecting and using database with php loop?
I need help to connect to my database. My goal is to make it look like in the picture, but my php knowledge only goes so far. I want it to make more efficent, so when a new songs comes out i only need to add it in the data base. my goal
How to make multiple values in a column in PhP database
I’m doing a project for school and it’s to make some tables with whatever data we want. For one of the tables I am making is a list of video games. The values are Title,Genre,Release Date, Series,Development Date ect.