How to create database connection and query in PHP?

Q & ACategory: PHPHow to create database connection and query in PHP?
Admin Staff asked 5 years ago

How to create database connection and query in PHP?

1 Answers
Admin Staff answered 5 years ago

ince PHP 4.3, mysql_reate_db() is deprecated. Now you can use the following 2 alternatives.
mysqli_query()
PDO::_query()