Searching...
Wednesday, 12 June 2013
no image

PHP Basics - Part 4 :: PHP’s Supported Data Types

A datatype is the generic name assigned to any data sharing a common set of characteristics. Common data types include Boolean, integer...

PHP Basics - Part 3 :: Outputting Data to the Browser

PHP Basics - Part 3 :: Outputting Data to the Browser

Of course, even the simplest of dynamic web sites will output data to the browser, and PHP offers several methods for doing so. Note...

Tuesday, 11 June 2013
PHP Basics - Part 2 :: Commenting PHP Code

PHP Basics - Part 2 :: Commenting PHP Code

Because documentation is such an important part of effective code creation and management, considerable effort has been put into devis...

Monday, 10 June 2013
Sunday, 9 June 2013
Choosing a Web Hosting Provider

Choosing a Web Hosting Provider

Unless you work with an organization that already has an established web site hosting environment, eventually you’re going to have to...

Saturday, 8 June 2013
no image

PHP’s CONFIGURATION DIRECTIVES - Part 3

PHP’s CONFIGURATION DIRECTIVES The directives are introduced as they appear in php.ini file. This might be boring, but it's needed...

 
Back to top!