I need to parse an url
Here 10 and 20 are the values i need to pass.Each time the values will be changed(10 and 20).
I thought to pass the values as variable
What is the correct format for passing values?
Code:
http://example.com/10/20
Here 10 and 20 are the values i need to pass.Each time the values will be changed(10 and 20).
I thought to pass the values as variable
Code:
http://example.com/val1/val2
What is the correct format for passing values?