0

Does PHP and MySQL correlate with eachother ?

I finished PHP sometime ago(already learned HTML and CSS) and I wanted to know if I need to learn MySQL to help or enhance my coding with PHP

6th Jul 2017, 3:53 PM
Jinkxa
Jinkxa - avatar
3 Answers
+ 3
MySQL certainly compliments PHP, since they're both server-side. You can use PHP to regulate between your website and the database, so you can easily create something like a user management system, chat system, etc... I highly recommend learning MySQL. Also, if you haven't already, learn JavaScript. Though after learning JS, I'd recommend learning something like jQuery or AngularJS, as they expand upon the functionality of JS and simplifies the vanilla JS significantly.
6th Jul 2017, 3:59 PM
AgentSmith
+ 2
You're more than welcome. :D
6th Jul 2017, 4:12 PM
AgentSmith
+ 1
Thanks, I was hoping you would see this question after responding to my other lol
6th Jul 2017, 4:00 PM
Jinkxa
Jinkxa - avatar