references:joomla.framework:environment:juri-getquerystringTable of Contents
getQueryString
Returns flat query string from the $_vars hash. Syntaxstring getQueryString () ExamplesExample $uri = new JURI( 'http://forum.joomla.org/index.php?topic=46226&action=new' ); echo "Query String: " . $uri->getQueryString(); might produce: Result Query String: topic=46226&action=new |


