Hi guys, I need experts to help me solve this problem.
Let me explain:
For a given url, I want to get the name-after-hash's age from the database. so for url like thepage.php#Madonna
, you'll see "119!
".
How can I extract the value after the hash in a url? (i need a safe all-browser-compatible-NON-JAVASCRIPT way). I want to do that like $_GET['after hash'].
The reason I'm not using GET is because I want to use AJAX and jquery's history plugin.
Basically what i want is to use ajax to retrieve data from the server according to the value assigned after the hash.
Thank you and have a great day!