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
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.
+ 2
You're more than welcome. :D
+ 1
Thanks, I was hoping you would see this question after responding to my other lol