What should I learn first ? Php or MySQL? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What should I learn first ? Php or MySQL?

18th Apr 2017, 8:25 AM
Trinugh
Trinugh - avatar
5 Answers
+ 14
You will need SQL while learning php, so go for PHP first
18th Apr 2017, 12:03 PM
Sachin Artani
Sachin Artani - avatar
+ 8
Php SQL |_ mySql _| |_mySQLi _| |_ PDO _| You choose which one you prefer :3 but PHP come first.
18th Apr 2017, 8:30 AM
Geoffrey L
Geoffrey L - avatar
+ 8
PHP-->SQL if you have a web project and you are a beginer : HTML-->CSS-->JAVASCRIPT-->PHP-->SQL
18th Apr 2017, 12:59 PM
Jérémie Agossouvi
Jérémie Agossouvi - avatar
+ 2
I'd definitely go for the database first. Relational databases did exist before and there's more ways to access them besides PHP. Whether you decide on MySQL, MariaDB, or Postgres is up to you, but when you start to learn, spend a good amount of time on aspects beyond the plain syntactical diferences of the implementations. A good knowledge of fundamental concepts, such as database modelling and proper normalization will save you from lots of troubles and low performance.
18th Apr 2017, 8:52 AM
Klaus-Dieter Warzecha
Klaus-Dieter Warzecha - avatar
0
Which Should I Learn First PHP Or MYSQL this would definately answer your question. On the off chance that it’s about picking one to learn initially, then it ought to be PHP. When you start learning PHP, then as you progress, you will see the need of communicating with database, and all things considered MySQL will fit in exceptionally well and afterward you can learn MySQL as well. Be that as it may, such a circumstance would not be there the other way around. So starting first with PHP would without a doubt turn out to be better. http://www.codexpresslabs.info/2017/05/what-should-i-learn-first-php-or-mysql.html
21st May 2017, 9:45 AM
Marshall Unduemi Josiah
Marshall Unduemi Josiah - avatar