lineunfamndem
New Member
\[quote\] Possible Duplicates:
http://stackoverflow.com/questions/1032242/how-to-obtain-anchor-part-of-url-after-in-php12345Then I can have my PHP load a photo with the ID 12345 from mysqlIf a user went to
http://localhost/index.php?photos=p#123456Then it would load a photo with id 123456I just need help in getting the value in the URL after the # and accessing it with PHP if possible? IF it is not possible, then I maybe I can access it with jQuery and then make an AJAX call to load an image based on this value.So does anyone know how I can get that value?
http://stackoverflow.com/questions/1032242/how-to-obtain-anchor-part-of-url-after-in-php12345Then I can have my PHP load a photo with the ID 12345 from mysqlIf a user went to
http://localhost/index.php?photos=p#123456Then it would load a photo with id 123456I just need help in getting the value in the URL after the # and accessing it with PHP if possible? IF it is not possible, then I maybe I can access it with jQuery and then make an AJAX call to load an image based on this value.So does anyone know how I can get that value?