Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Monday, July 16, 2007

Object Oriented Concepts in PHP 5.0

PHP, an acronym for PHP: Hypertext Preprocessor, is a scripting language that is used for creating dynamic and interactive web pages. PHP is widely used and can be freely downloaded from http://www.php.net/downloads.php read full article

SimpleXML in PHP 5.0

PHP, an acronym for PHP: Hypertext Preprocessor, is a general purpose scripting language that is used to create dynamic web pages. Recently, a newer version of PHP was released and it is popularly known as PHP 5. The top seven features with PHP 5 are: read full article

SQLite with PHP 5.0

PHP, an acronym for PHP: Hypertext Preprocessor, is a scripting language that is used for creating dynamic and interactive web pages. PHP is widely used and can be freely downloaded from http://www.php.net/downloads.php. read full article

Wednesday, June 27, 2007

How to setup PHP module into Apache server


Apache web server is an open source web server that can be freely downloaded from http://httpd.apache.org/download.cgi . A web server is a program that delivers files to the application or web pages to the browsers via HTTP protocol.

PHP, an acronym for PHP: Hypertext Preprocessor, is a open source server-side scripting language that is designed for creating dynamic web pages. It can be freely downloaded from http://www.php.net/downloads.php. read full article