How can I get the full query string of a page
Posted
by wnoveno
on Stack Overflow
See other posts from Stack Overflow
or by wnoveno
Published on 2010-05-20T08:47:41Z
Indexed on
2010/05/20
8:50 UTC
Read the original article
Hit count: 140
Hi, I'm using joomla and acesef as a plugin and I need to get the full querystring as is. The problem is when I use $_SERVEr['QUERY_STRING'] it contains the joomla QS isntead of my custom parameters.
A javascript or PHP solution would do. thanks
© Stack Overflow or respective owner