+ 1

What is the use of PHP and SQL?

Hi everyone, I have some questions regarding PHP and SQL .What is it used for and where ? What is its importance ? Will it be helpful for me if I learn it ? Can you give me the examples of SQL and PHP .I would appreciate your answers .

13th Jun 2018, 8:20 AM
Rong Kim
Rong Kim - avatar
5 Respostas
+ 1
PHP is a server-side programming language: this is where you write the logic for your application, do calculations, delete or Save data & so much more.... one of the ways you can save data, is to use MySQL Database which php can communicate with through SQL Syntax..
13th Jun 2018, 9:51 PM
Ali Bayat
Ali Bayat - avatar
+ 2
no problem Rong Kim , happy to help
13th Jun 2018, 8:39 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
php is a server side language and SQl is a database query language.By using this 2 language you can connect your site to server ,add data to database ,fetch data from database,example are signup form ,login form. When you sign up your information will be saved on database
13th Jun 2018, 8:28 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
Sudarshan Rai Thanks alot .I apprecite your efforts and for comprehending me into it 😊
13th Jun 2018, 8:32 AM
Rong Kim
Rong Kim - avatar