I am trying to make a navigation bar on the left.
| 1 |
| 2 |
| 3 |
<a href="???" id="1"></a>
<a href="???" id="2"></a>
<a href="???" id="3"></a>
I was wondering how facebook does their left navigational bar because when you click Messages on their bar, it turns into www.facebook.com?sk=inbox.
How do you change ur main div changing your url? Do you put
<a href="?sk=inbox>
but then I was wondering what the action was that changes the div?
Would I have to use $_Request['sk']?
Thanks