construct_query_string
Description
Constructs a query string
Syntax
string construct_query_string (array $$get)
Parameter $$get
Expected type: Array
Description: An array of data from $_GET
Return value
Expected type: String
Description: The query string
Notes
- If there's already a query string in $scripturl, its data is added/updated as needed