hi,
well i am currently using this code:
"if (isset($a)) {
echo "<b>page a (blah)</b>";
}
else if (isset($b)) {
echo "<b>page b (blah)</b>";}
else echo "<b>Main Page</b>";"
I have a problame,
for page a, (say we are using 1.php) i would have to go to 1.php?a=1 how can i use different ends (as well as 1 so i can use 2 and 3 or words)
this would be a great help. thanxs