Possible Duplicates:
How to obtain anchor part of URL after # in php
Is it possible to access anchors in a querystring via PHP?
ben bunu yapmak için bir yol bulmak gerekiyor, facebook o kadar mümkün olmalı yapar ....
If a user goes to this URL in the browser
http://localhost/index.php?photos=p#12345
Sonra benim PHP kimliği ile bir fotoğraf yüklemek olabilir 12345 mysql dan
If a user went to
http://localhost/index.php?photos=p#123456
Then it would load a photo with id 123456
Ben sadece # sonra URL değerini alma ve mümkünse PHP ile erişimde yardıma ihtiyacım var? Bu mümkün değilse, o zaman belki ben jQuery ile erişmek ve daha sonra bu değere dayalı bir görüntü yüklemek için bir AJAX arama yapabilirsiniz.
Yani herkes ben bu değeri nasıl alabilirim biliyor mu?