ok im still not having any luck...
<?
if ($_GET['g1'] == 0) {
echo "<br>";
echo "<font size='2'><a href='index.php?p=directory'>Genre</a></font>";
echo "<br>";
}
elseif ($_GET['g1'] == 1) {
echo "<br>";
echo "<font size='2'><a href='index.php?p=directory'>Genre</a> / <a href='index.php?p=directory&g1=".$g1."'>".$g1."</a></font>";
echo "<br>";
}
elseif ($_GET['g2'] == 1) {
echo "<br>";
echo "<font size='2'><a href='index.php?p=directory'>Genre</a> / <a href='index.php?p=directory&g1=".$g1."'>".$g1."</a> / <a href='index.php?p=directory&g1=".$g1."&g2=".$g2."'>".$g1."</a></font>";
echo "<br>";
}
else {
echo "<br>";
echo "<font size='2'>An error has occured, please return to the <a href='index.php?p=directory'>directory</a> start.";
echo "<br>";
}
?>
thats the code im using atm, and i cant figur eout why it wot work.
it will automatically displae the Genre, but if i enter g1 or g2 then it will still only dislay genre