PHP Terminology
In PHP programming, you will use different terms, tools and related technologies for web development.
Let us just check these common terms along with short descriptions. If you do not understand them, just do not worry. We will discuss them in detail in later chapters.
Term | Description |
---|---|
PHP | PHP is a server-side scripting language widely used for web development. |
Variables | PHP variable is an data element or item, whose value can change during the program execution. |
String | A string is a sequence or combination of characters, like “Hello PHP!” |
Array | An array stores multiple values in one single variable. |
Functions | A function is a piece of code which takes one more input in the form of parameter and does some processing and returns a value. |
Loops | PHP Loops are used to execute the same block of code again and again with some condition. |
Other Technical Terms Description | |
HTML | HyperText Markup Language, commonly abbreviated as HTML, is the standard markup language used to create web pages. HTML defines the structure of website such header, footer, content area, sidebar etc. |
CSS | Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language. Using CSS, You can change text colour, add borders, format fonts etc on web pages. |
JavaScript | An object-oriented computer programming language commonly used to create interactive effects within web browsers. |
DBMS | Database Management System is a software application used to store and manage data from the database. |
Open Source | A software in which the original source code is made freely available and may be redistributed and modified is called Open Source Software. |
MySQL | MySQL is the most popular Open Source SQL database management system |
Browser | Computer software or application (such as Internet Explorer or Mozilla Firefox or Chrome) that enables internet users to access, navigate, and search World Wide Web. |
Web Server | A Web server is a computer application or software that is used to store, process and deliver website pages to users. |
Apache | Apache is one of the widely used web server software in the world. |
CMS | CMS Stands for Content Management System. It is a software application or set of related program files that are used to create and manage digital content using a simple interface. |
Congratulations! Chapter Finished. Learn more about the similar topics:
Exercises & Assignments |
---|
No Content Found. |
Interview Questions & Answers |
---|
No Content Found. |