website.ru / # get
Actually you need to get the value of get PHP. Any ideas?
As an option, we get through javascript
function get_piece_url() { return var purl=location.search.substring(1); } And this received piece of the address is sent to the server for processing by means of php.
Do not pull it with php smiles .. skiped server all that after
There was the same problem .. solved using js. They can get there ..
$url = parse_url("сайт.ру/#get"); $fragment = $url['fragment'];//тут и будет Ваш get $url , and then parse $url ! - PalmervanSource: https://ru.stackoverflow.com/questions/46952/
All Articles