0% found this document useful (0 votes)
4 views2 pages

PHP Notes

PHP is an open-source server-side scripting language created by Rasmus Lerdorf in 1994, primarily used for web development and can be embedded in HTML. To run a PHP program, one must install XAMPP, save the program in the htdocs folder, and access it via localhost in a browser. PHP is utilized for creating dynamic web pages, applications, and eCommerce platforms, among other web tasks.

Uploaded by

rajeevs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

PHP Notes

PHP is an open-source server-side scripting language created by Rasmus Lerdorf in 1994, primarily used for web development and can be embedded in HTML. To run a PHP program, one must install XAMPP, save the program in the htdocs folder, and access it via localhost in a browser. PHP is utilized for creating dynamic web pages, applications, and eCommerce platforms, among other web tasks.

Uploaded by

rajeevs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd

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.

You might also like