Posts

Showing posts from March, 2015

Basic Terminology

What is scripting language? A scripting language is a programming language that supports scripts programs written for a special run time environment that can interpret (rather than compile) automates and executes the tasks that could be alternatively executed by human operator. What is static Web pages? A static web page is the web page that delivered to user exactly as stored in contrast to dynamic web pages which are generated by a web application. What is Dynamic Web Pages?   A server side dynamic web page is controlled by an application server processing server side scripting. What is web server? Web server is the software used to run web application, Main functionality of server is to handle the request from the client and send response to client. What is web browser? The web browser is the software used to open the web application from the web server. Web browser can also execute HTML, Java Script, CSS and other client side script. What is

Introduction To PHP

PHP stands for Highpertext Preprocessor. PHP is a widely used open-source scripting language. PHP is web technology implemented by Rasmus Lerdorf in 1995. PHP is implemented using C & Perl software. PHP is a server-side scripting language used in implementing dynamic web pages. PHP is maintained by Zend Organization. What is PHP? PHP is basically server-side scripting language which is basically used for developing dynamic web pages. Why PHP? PHP code can run on any platform like windows, mac, linux etc. PHP is computable with all the web servers used today. PHP supports wide range of databases. PHP is easy to learn and it is freely available.