What is a Query String?

What is a Query String?

A Query String is a combination of key and values pairs of data, which is always appended in URL followed by ? (Question mark)

Each pair separated with & symbol

Using Query String we send some data from one location to another location

Ex:  http:// example.com/test.php ? id=10&key=strore

Share this post