Can you tell me 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
+ 4

Can you tell me what should I learn first:php or MySql

Php Or MySql

9th Jul 2020, 5:19 AM
Mohammad Shahzar
Mohammad Shahzar - avatar
6 Answers
+ 4
Thought mostly PHP is used with MySQL. They’re completely different. PHP is a server side scripting language, whereas MySQL is a database management system(particularly Relational). They are interlinked but they’re different. You can start with SQL. Understand the complex structures like JOIN's or CURSOR's. Later you can go for PHP. However, I would recommend to learn PHP first for web development. Also, just knowledge in programming language is not enough to develop applications. You'll need more than that. Learn design patterns, UX, Algorithms and so on. Well, you can always start with programming language though. Thanks for your question and happy coding.
9th Jul 2020, 5:44 AM
James Clark I. Vinarao
James Clark I. Vinarao - avatar
+ 3
Php
9th Jul 2020, 5:24 AM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 2
You need to learn PHP first than MySQL. PHP is used for server side programming language to make websites. so you need to learn it and practice it first. After that you can learn MySQL which is used to create database for your project or website.
9th Jul 2020, 5:44 AM
PRANAV SINGH
+ 2
James Clark I. Vinarao Thnx for help.......
9th Jul 2020, 5:47 AM
Mohammad Shahzar
Mohammad Shahzar - avatar
+ 2
You're welcome :)
9th Jul 2020, 5:49 AM
James Clark I. Vinarao
James Clark I. Vinarao - avatar
+ 1
Pranav Singh Thnx....
9th Jul 2020, 5:47 AM
Mohammad Shahzar
Mohammad Shahzar - avatar