What is the role of php besides html and css,javascript that let us to create websites | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

What is the role of php besides html and css,javascript that let us to create websites

The purpose of php as a programming language for websites

14th Apr 2020, 2:41 AM
Amal Gil
Amal Gil - avatar
1 Réponse
+ 1
PHP is mainly focused on server-side scripts, so you can do anything that another CGI program can do, such as collecting form data, generating pages with dynamic content, or sending and receiving cookies.
14th Apr 2020, 2:50 AM
Renan Mendes