'php', // url,name 'tags/asp/'=>'asp', 'tags/msn/'=>'msn', 'tags/yahoo/'=>'yahoo', 'tags/microsoft/'=>'microsoft', 'tags/google/'=>'google', 'tags/Wow/'=>'wow' ); // Print all tags foreach($tags as $url => $tag) { echo ''.$tag.''."\n"; } ?>