Does anyone know the proper string syntax to specify a name anchor on a query string?
Ex.
http://domain.com/index.php#anchor?var1=1&var2=2
This syntax doesn't seem to work with the variables/query string.
If I remove the query, it works fine.
Ex.
http://domain.com/index.php#anchor
Is there a way to anchor a query string in the URL?