What is PHP?
PHP is Open Source SERVER SIDE SCRIPTING LANGUAGE that is specially
suited for web development and can be embedded into HTML.
It was created by RASMUS LERDORF in 1994.
PHP stands for HYPERTEXT PREPROCESSOR.
PHP original name is PERSONAL HOME PAGE.
PHP file saved with .php (.php is extension of PHP)
How to Run PHP Program :
FIRST Install XAMMP server. Then set xammp .
After that check on browser using localhost .
How to save program :
This PC ;localdisk C > xammp > htdocs>foldername.
Run on Browser : type on url :
localhost/phpcode/[Link]
Client-side Scripting Languages
HTML. HTML is a markup language, not a programming language. ...
•XHTML. Extensible HTML is the abbreviation for "extensible HTML." It's a rigorous version of
HTML that spells out the standards and best practises for writing HTML code. ...
•CSS. ...
•JavaScript. ...
•React. ...
•Angular. ...
•Vue. ...
•VBScript.
Server-side scripting languages : are used to generate dynamic web pages,
interact with databases, handle user authentication, and perform other tasks that
require server-side processing. Examples of popular server-side scripting
languages include PHP, Python, Ruby, Java, and Node. js.
Where is PHP used for?
What Is PHP For Web Development & Why Should You Use It?
PHP can be used to develop dynamic and interactive web pages, applications, and eCommerce
platforms. PHP is well suited to various web tasks, from generating dynamic web pages, sending
emails, and collecting web forms to sending and receiving cookies.