simple page config

php Add comments
<?
   switch ($id) {
    case "1":
      $caption = "Caption 1";
      $content = "Content 1";
    break;

    case "2":
      $caption = "Caption 2";
      $content = "Content 2";
    break;          
         
    default:
      $caption = "Default caption";
      $content = "Default content";
      }
?>

Leave a Reply

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in