Visa ett inlägg
Oläst 2005-09-18, 12:00 #29
herkules herkules är inte uppkopplad
Medlem
 
Reg.datum: Oct 2004
Inlägg: 148
herkules herkules är inte uppkopplad
Medlem
 
Reg.datum: Oct 2004
Inlägg: 148
Citat:
<div id="nav">
<ul>
<?php

if(isset($_GET['sida'])){
$sida = $_GET['sida'];

// regXP
$pattern = '/(.*?)#/';
preg_match($pattern, $sida, $matches);
print $matches[1];


}else{
$sida = '';
}

if($sida == ''){
echo '<li class="active">Hem'."\n";
}else{
echo '[*]Hem'."\n";
}
if($sida == 'guide' or $sida == 'guider'){
echo '<li class="active">Guider'."\n";
}else{
echo '[*]Guider'."\n";
}

if($sida == 'program'){
echo '<li class="active">Program/codecs'."\n";
}else{
echo '[*]Program/codecs'."\n";
}
if($sida == 'kontakta'){
echo '<li class="active">Kontakta mig'."\n";
}else{
echo '[*]Kontakta mig'."\n";
}

?>[*]Forum[/list]</div>
herkules är inte uppkopplad   Svara med citatSvara med citat