By piccoloprincipe
via phpknowhow.com
Submitted: Nov 30 2012 / 13:47
PHP is a server side scripting language. That means its processing happens in the server by consuming server’s resources and sends only the output to the client. In a client side scripting language like JavaScript, processing happens in the client’s computer consuming its resources.
Add your comment