How to get query string value after #

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

How to get query string value after #

Post by amir »

aboutus.php#store?osCsid=695455db39f061393704c71a8fb01ef1

by using #, when i click on link, it takes me to centain part of a particular page, everything is just fine on pages without #, but when i use this #, i am unable to get the value of query string.
please advise on it.
thanks in advance.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Your query string is being built incorrectly. The hash (#) comes after the query string.
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

Post by amir »

its simply great,
how would i thank you,
you have been very kind,
a great many thanks to you.
God bless you.
Post Reply