+ 1
What is the interact between the sql and php
Php communicating with Sql
6 odpowiedzi
+ 2
PHP interacts with SQL database via PDO drivers. PDO driver is the layer for SQL connection and SQL query execution in PHP.
+ 2
Ibrahim Idris look at link that Martin Taylor gave, there are information ℹ️ for database interaction.
PDO stands for PHP Data Objects and detailed documentation with examples resides here: https://www.php.net/manual/en/book.pdo.php
+ 1
Thanks alot ilyas
+ 1
What this PDO driver mean and how it is work
+ 1
Thanks
+ 1
Yeah