Searching...
Sunday, 16 June 2013
Friday, 14 June 2013
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...

 
Back to top!