Login
Remember
Register
Ask a Question
How do you connect MySQL database with PHP in PHP?
0
votes
asked
Jun 6, 2020
in
PHP
by
Robindeniel
How do you connect MySQL database with PHP in PHP?
#php-connect-mysql-database
#php-mysql-database
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 6, 2020
by
SakshiSharma
There are two methods to connect MySQL database with PHP. Procedural and object-oriented style.
...