saphirefsnb80 Posted November 7, 2019 Report Posted November 7, 2019 I've been studying SQL and PHP, but something isn't clicking in my brain about how to use then together. Could someone explain the connection and formatting PHP code with SQL queries or refer me to a tutorial please? Quote
administrator Posted November 9, 2019 Report Posted November 9, 2019 Hi, PHP has some libraries / functions that are built into PHP that can speak to databases. But databases don't understand PHP, but it does understand SQL. SQL is the coding language of databases. So, you use the special PHP functions to send SQL commands to the database. Makes sense? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.