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?
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?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now