i have index2.php
which includes a file for example
index2.php?page=home
which would include home.php into the main text area.
in home.php i am including
links.php (this page has my page numbering in)
the page numbering links go like so:
<a href='$PHP_SELF?page= (then the number of the page)
but because this is on index2.php?page=home
it jus changes it to
index2.php?page=1 or 2 or wat ever
when i need it to be somthing like this
index2.php?page=home&page=1
does anyone no what im doin wrong could someone tell me how to link these properly ?