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...

 
Back to top!