+ 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.
3 odpowiedzi
+ 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.
0
I did not heard about xampp server
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.