I really don't understand what is the actual purpose of a query string.
I can find
via javascript and many more links.
I can see links in SO also Use of Query params And I don't know why do wee need this? And how are they using this in the server side to retrieve datas.
Please let me know the use of this.
Note: I can understand we can pass form data through query strings. and Check against backend db to retrieve results.
But i don't understand how do they check page numbers and retrieve the results and some other query strings too.
I hope I am not asking too much and I just want a simple example in the backend processing of page numbers.
Thanks