+ 4
Can you tell me what should I learn first:php or MySql
Php Or MySql
6 Respostas
+ 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.
+ 3
Php
+ 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.
+ 2
James Clark I. Vinarao
Thnx for help.......
+ 2
You're welcome :)
+ 1
Pranav Singh
Thnx....