Posted by Anonymous Mon 15th Jan 2007 21:17 - Syntax is Diff - 25 views
Download | New Post | Modify | Hide line numbers
  1.        
  2.                 2>
  3.                        
  4.                         switch ($category) {
  5.                         case 'PVKII':
  6.                         ?>
  7.                                 This is the PVKII page!
  8.                        
  9.                         break;
  10.                         case 'II':
  11.                         ?>
  12.                                 This is the II page!
  13.                        
  14.                         break;
  15.                         case 'SF':
  16.                         ?>
  17.                                 This is the SF page!
  18.                        
  19.                         break;
  20.                         case 'GR':
  21.                         ?>
  22.                                 This is the GR page!
  23.                        
  24.                         break;
  25.                         default:
  26.                         break;
  27.                          }
  28.                         ?>
  29.                
  30.        
  31.  

PermaLink to this entry https://pastebin.co.uk/8778
Posted by Anonymous Mon 15th Jan 2007 21:17 - Syntax is Diff - 25 views
Download | New Post | Modify | Hide line numbers