What is PHP Hosting?



By admin ~ February 28th, 2009. Filed under: Hosting, LAMP.

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. It generally runs on a web server, taking PHP code as its input and creating web pages as output. It can be deployed on most web servers and on almost every operating system and platform free of charge. PHP is installed on more than 20 million websites and 1 million web servers.

PHP is for dynamic web pages



By admin ~ February 28th, 2009. Filed under: Uncategorized.

Originally designed to create dynamic web pages, PHP’s principal focus is server-side scripting,  and it is similar to other server-side scripting languages that provide dynamic content from a web server to a client, such as Microsoft’s Active Server Pages, Sun Microsystems’ JavaServer Pages, and mod_perl. PHP has also attracted the development of many frameworks that provide building blocks and a design structure to promote rapid application development (RAD). Some of these include CakePHP, PRADO, Symfony, CodeIgniter, and Zend Framework, offering features similar to other web application frameworks.

Easy Install with LAMP



By admin ~ February 28th, 2009. Filed under: LAMP.

The LAMP architecture has become popular in the web industry as a way of deploying web applications. PHP is commonly used as the P in this bundle alongside Linux, Apache and MySQL, although the P may also refer to Python or Perl.