What is need for php? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

What is need for php?

what is need for php run on my system, I am new to learn php so pls help me.

10th Sep 2017, 11:47 AM
Muthukrishnan K
Muthukrishnan K - avatar
3 Respuestas
+ 3
XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use.
10th Sep 2017, 12:37 PM
Darshan K M
Darshan K M - avatar
0
I did not heard about xampp server
10th Sep 2017, 11:55 AM
Muthukrishnan K
Muthukrishnan K - avatar
0
For a code to run on the server side, php is the language to go. This means a webpage can have functionality which the user is not aware of-validation of passwords, for example. If they are validated on the client side, a user could manipulate the code and send to the server unvalidated code. Needless to say this is not secure.
10th Sep 2017, 1:22 PM
Testing003