Right, my scenario:
I am on a page:
http://mydomain.com/website/index.php?page=testpage
On this page, there is a link which goes to:
http://mydomain.com/website/index.ph...s&poll_ident=1
Now what I want to do, is append:
action=results&poll_ident=1
to:
index.php?page=testpage
so it reads:
index.php?page=testpage&action=results&poll_ident=1
How would I go about 'appending' that onto the current url+filename?
Thanks in advance for any help.






Bookmarks