Skip to main content

what is php and features

Describe introduction of php.

What is php and its Features?

Introduction Of PHP

PHP is one of the back-end languages used as a scripting language. It's  used  to create a dynamic website and dynamic content.
Most popular site as Facebook, yahoo, etc developed in php language.

Php is a most popular server-site scripting language which is use to create website and web application.it is a client side scripting language. Php language  is very easy to use read and write. Php develop by Rasmus Lerdorf in 1993.PHP stands for hypertext preprocessor.

Example :-

<?php
echo "Hello World";
?>

Features Of PHP

Php is most popular and powerful server site scripting language.there are following features of  php:-

  • Simple
  • Interpreted language 
  • Open source 
  • Security 
  • Object oriented
  • Case sensitive 
  • Loosely type language 
  • Faster 

Simple 

PHP is a very simple to use read and write.PHP language understandable and user-friendly.user and developer easily identify PHP code.

Interpreted language

PHP is an interpreted language, which means there is no need for compilation. Interpreters run through a program line by line and execute the code. PHP language no need of compiler as like c and c++.

Open source

PHP is open-source, which means it can be downloaded and used freely. There is absolutely no hassle to acquire a license to use it .

Security

PHP has many pre-defined functions for data encryption. Users can also use third-party applications for security. Security and flexibility are often contrasting feature  therefore, PHP is designed specifically to be a more secure language for writing CGI (Computer-generated Imagery) programs. Security algorithms such as Sha1  and MD5(Message digest 5) are used to encrypt the strings in PHP. Filter_var and strip_tags functions help to keep the environment more secure and safe for users.

Object oriented 

   PHP  supports  object  -  oriented  programming features like data object and class,  data encapsulation, inheritance, abstraction, polymorphism, etc. The Object-oriented programming feature was added in PHP version 5. This feature helps in building complex reusable web pages and makes PHP comparable to powerful object-oriented languages like Java and Python.

Case sensitive

PHP is a case-sensitive language. Although functions names are not case-sensitive, other things in PHP are case-sensitive. The following things in PHP are case-sensitive as
Variable names,Constructs ,Keywords,
User-defined functions and class names.
Example : echo keyword don't use Echo.

Loosely type language

PHP supports variable declaration without declaring its data type.

Faster 

PHP scrips are usually faster than other scripting languages. Users can load their web pages faster, and they love it. PHP code runs faster than most of programming languages because it runs in its own memory space. 

 






Comments

  1. https://akaraklearncoding.blogspot.com/2023/01/introduction-of-html.html

    ReplyDelete

Post a Comment

Popular posts from this blog

Introduction of php and it's features

 what is php ? what is features of php language? Introduction of PHP  PHP is a server site scripting language. which we use to create a dynamic  content, website  and web application.  PHP language is develop by Rasmus Lerdorf in 1994. In this time, PHP is a most popular scripting language. Most popular website as facebook and yahoo developed by php language. Features of PHP Php is a most popular and secondary used for world wide scripting language. there are many features of php language:- simple and easy to learn open source error reporting faster case sensitive loosely type language independent plateform Simple And easy to learn PHP is a very simple to use read and write.PHP language understandable and user-friendly. user and developer easily identify PHP code. Interpreted language PHP is an interpreted language, which means there is no need for compilation. Interpreters run through a program line by line and execute the code. PHP language no need of compiler...

How to create a table in html

  Hello dosto 🙏🙏 Aaj ham dekhenge ki kaise html Me table create karte hai . Create A Table In Html: Html me table create karne ke liye  for example ham student name ki table banayenge:- <!DOCTYPE html> <html> <head> <Title>Creating a table</title> </head> <body> <table border="1" cellspacing="0"> <tr> <tr>student table</tr> <th>name</th> <th>class</th> <th>address</th> </tr> <tr> <td>ram</td> <td>bca</td> <td>rampur</td> </tr> </tr> </table> </body> </Html> Coding karne ke baad apka Student name ki table ban Jati hai If this information is helpful, To aisi hi coding sekhna chahte to neeche comments kare Thanks 

Introduction of Android and it's features

 What is Android? Describe Android os. Write introduction of Android? Introduction of Android  Android is a mobile operating system developed by Google. It is based on a modified version of the Linux kernel and other open source software, and is designed primarily for touchscreen mobile devices such as smartphones and tablets. Android's user interface is based on direct manipulation, using touch gestures that loosely correspond to real-world actions, such as swiping, tapping and pinching, to manipulate on-screen objects, along with a virtual keyboard for text input. In addition to touchscreen devices, Google has further developed Android TV for televisions, Android Auto for cars, and Wear OS for wrist watches, each with a specialized user interface. Features of Android  Android is a mobile operating system developed by Google. It is used on a wide range of devices, including smartphones, tablets, and wearable devices. Some of the features of Android include:- Customizable...