can php pages use the sql database

Recommended Answers

All 2 Replies

That depends on which SQL-database you are talking about because SQL is a language which is used by plenty of databases. Some of them are: MySQL, PostgreSQL, Firebird.

But I believe you are talking about the MySQL database and yes, MySQL is extensively supported in PHP.

Yes, you can connect to any database from PHP if you know the connection method and have the proper drivers.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.