Category Archives: PHP
PHP Script Echo New Symbol From New articles
Switch Case
Example #1 switch structure <?php if ($i == 0) { echo “i equals 0”; } elseif ($i == 1) { echo “i equals 1”; } elseif ($i == 2) { echo “i equals 2”; } switch ( $i) { case 0: echo “i equals 0”; break; case 1: echo “i equals 1”; break; case 2: echo “i equals 2”; break; } ?> Example #2 switch structure allows usage of strings <?php switch ($i) { case “apple”: echo “i is apple”; …
Crafty Syntax Live Help
http://www.craftysyntax.com/ http://starhostdesign.com/index.php?module=downloads
Create tag cloud V3
Should give you something that looks like this (but as links if you so choose): Thing 1 Thing 2 Thing 3 Thing 4 Thing 5 Thing 6 Thing 7 Thing 8