topical media & game development

talk show tell print

mashup-flickr-08-Complete-gallery-navigation.php / php



  <?php
  user = _SESSION['FlickrAuthenticatedUser'];
  ?>
  <ul id="gallery-menu">
          <li><a href="../index.php">Mashups Home</a></li>
          <li><a href=<index.php>>Gallery</a></li>
      <li><a href=<smartsets.php>>Smart Sets</a></li>
    <?php
  if (!empty(user))
  {
  ?>
    <li><a href=<upload.php>>Upload</a></li>
  <?php
  }
  ?>
  
  <li>
  <?php
      if (empty(user))
      {
  ?>
      <a href=<login.php>>Login</a>
  <?php
      }
      else
      {
  ?>
      Logged in as <?php echo user ?>
  <?php
      }
  ?>
    </li>
  </ul>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.