Hello, I need to get a link of the form, for example: app.loc / id1 But at the same time I need to read the ID itself using GET, i.e. I look like this: app.loc /? id = 1132132
I read several articles, but I don’t come out to find the right example.
Source: https://ru.stackoverflow.com/questions/562695/
All Articles