Hi, Trying to get the php/ajax div and back button issue to work, for this i like to know if it's possible to get vars like mydomain.com#runquery=1&filterA=sports&filterB=3&filterD=parttime Code (markup): instead of the regular mydomain.com?runquery=1&filterA=sports&filterB=3&filterD=parttime Code (markup): and using $_GET
You could try use htaccess rewrite system. But be careful as "#" is used for the link navigation system at normal url naming convention.