what functionalities of PHP is important ?​

Sagot :

Answer:

Anything. PHP is mainly focused on server-side scripting, so you can do anything any other CGI program can do, such as collect form data, generate dynamic page content, or send and receive cookies. But PHP can do much more. There are three main areas where PHP scripts are used.

Answer:

[tex] \color{red} \huge \bold {( \: answer \: )}[/tex]

PHP functions are similar to other programming languages. 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. You already have seen many functions like fopen() and fread() etc.

Explanation:

hope it's help