How is sql added and related to PHP? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How is sql added and related to PHP?

27th Jan 2017, 12:13 AM
kevin wekesa
kevin wekesa - avatar
2 Answers
+ 6
PHP is a server-side language that can interact with SQL databases, is why they go along.
27th Jan 2017, 1:18 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 1
MySQL is added to PHP scripts by using PHP's database libraries. 1. PDO 2. MySQLi These two prime examples use PHP code structure to run MySQL commands.
27th Jan 2017, 5:04 AM
Louis Milotte
Louis Milotte - avatar