Hello faced a problem that $ _GET does not display access_token from the link: http://url.ru/index.php#access_token=token Namely, you need to output what # under or how to send a request to vk.com what it would give in "&"
- php.net/manual/ru/function.parse-url.php - Visman
- @Visman how can I set the current one under $ url? Well, the one in the address bar - oleksu535
- @ AlekseyLozovyagin probably something from the $ _SERVER variable ..... HTTP_REFERER or REDIRECT_REMOTE_USER something - Aleksey Shimansky
- I gave you a link to the manual. If you have this string, you can use this function, if this is your request from the browser to your server, then you have a problem. Browsers do not send the contents of the anchor to the server, it can be processed in the browser itself using js. - Visman
|