+ 10
How to connect MySQL DB to web site?
I've already made good looking website and want to connect MySQL database for learning purposes. How am I supposed to do that? Any help will be appriciated
10 Respostas
+ 2
Download RadBeenPhp ORM and read in docs
+ 6
https://www.quackit.com/mysql/tutorial/create_a_website_with_mysql.cfm
Create a Website with MySQL - Quackit Tutorials
https://www.siteground.com/tutorials/php-mysql/connect-database/
Connect to a MySQL Database Tutorial - SiteGround
https://coolestguidesontheplanet.com/how-to-connect-to-a-mysql-database-with-php/
How to make a MySQL connection using PHP on a HTML Page
+ 5
Charan LEo25 Thanks, i really appriciate your help. You made me to know a lot
+ 3
do you know any tutorial?
+ 3
Carlos thanks man
+ 2
Bro first try 000 webhost
it has inbuilt functionality
+ 1
YouTube?
+ 1
Sql web
+ 1
my english not is good, but ill try to help you, create a document called connection with .php for example, according to tbe language you are going to work.
write inside the document
host: ip address where your DB (server ip)
user:
password:
user and password are your with wich start the DB
This is a link
according to the language you are going to work
you create the sentences that you want yoir DB execute
- 1
hi ..