Tag Archives: PHP

Getting Started with PHP

What is PHP? PHP is extremely popular free scripting language used for adding dynamic functionality to web pages. It can be embedded in html. Web server needs to be PHP enabled for processing PHP. PHP is a server side language which means browsers can not interpret PHP. Web server automatically parses PHP code (PHP must be deployed on web server, which is true in most cases) and generates HTML before the code is passed to web browser for display. Read More »