Assuming a URL of:

www.example.com/?val=1#part2

PHP can read the request variables val1 using the GET array.

Is the hash value part2 also readable? Or is this only upto the browser and JavaScript?

12 Answers
12

Leave a Reply

Your email address will not be published. Required fields are marked *