H
H
Historian1112019-04-29 21:07:33
PHP
Historian111, 2019-04-29 21:07:33

How to parse query string parameters?

Good evening.
Interested in such a question, how can I get information from the query string parameter of the site? I am using php and curl library

one
5cc73c8c4226a682162305.jpeg
2
5cc73ca552c54490305878.jpeg

I want to get information from the leagues, I got all the data, league ids, names, etc., but now I need to configure the parser to also link to the json of each league, and this part is loaded only here and it is unique for each league.
Please help me understand

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Aksentiev, 2019-04-30
@Historian111

this part is loaded only in here and it is unique for each league.

you don't need any query string parser, the part you provided is just the timestamp specified in the query. It does nothing functionally.
This is an exception to the possible caching of the request to the site and / or for some debugging.
So you can not send this parameter at all, or send a random string.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question