PHP: foreach – Manual

foreach PHP 4 introduced a foreach construct, much like Perl and some other languages. This simply gives an easy way to iterate over arrays. foreach works only on arrays, and will issue an error when you try to use it on a variable with a different data type or an uninitialized variable. There are two [...]

0 Comments

WordPress › WordPress Themes

WordPress › WordPress Themes. A good list of WordPress Themes.  Not sure if these are useful if you are on wordpress.com. Installing wordpress on your hosted server is quite easy with this handy guide.

0 Comments