What is PHP?
PHP a programming language which runs on server.
It is an Hypertext Prprocessor, It is an open source general purpose scripting language. PHP widely used in most of the Web applications now a days and most popular platform is wordpress ( Amn open source platform to create Websites ).
PHP runs on server ? Yes it will runs on server and sends response back to your webpage. Work and Execution completed from server side and displays result to the client.
Example : When you are logging into facebook there will be a script runs at Facebook server to process your Username and Password with already saved details in facebook database. If server responds backw with true signals then your webpage procedd into your Facebook profile otherwise it will show some error about your signin.
Where we will use PHP ?
It can be used to gather information from database, Connecting to other applications or service around the web.
It can create connection classes for android applications like a service.
Connecting Desktop applications with servers by using PHP-GTK.
Desktop setup for PHP
1. PC or Laptop
2. XAMPP download based on your system operating systems.
3. TextBased editor NotePad++ or Brackets.io
PHP a programming language which runs on server.
It is an Hypertext Prprocessor, It is an open source general purpose scripting language. PHP widely used in most of the Web applications now a days and most popular platform is wordpress ( Amn open source platform to create Websites ).
PHP runs on server ? Yes it will runs on server and sends response back to your webpage. Work and Execution completed from server side and displays result to the client.
Example : When you are logging into facebook there will be a script runs at Facebook server to process your Username and Password with already saved details in facebook database. If server responds backw with true signals then your webpage procedd into your Facebook profile otherwise it will show some error about your signin.
Where we will use PHP ?
It can be used to gather information from database, Connecting to other applications or service around the web.
It can create connection classes for android applications like a service.
Connecting Desktop applications with servers by using PHP-GTK.
Desktop setup for PHP
1. PC or Laptop
2. XAMPP download based on your system operating systems.
3. TextBased editor NotePad++ or Brackets.io
Comments
Post a Comment