Hi, General structure of the query string is
http://example.com/simple.html?query=keyword&cid=example Where using "?"
the query parameter is separated from rest of the url and to pass two or
more query parameter, they are separated by "&". In above case the query
parameters would be "query" and "cid". Thanks