im trying to use jquery bbq for remembering page with ajax.
but i wonder, why should i use # values and not ? values for remembering pages eg.
?country=1®ion=2
then get the values with $_GET and display the appropiate info
vs
#country=1®ion=2
cause the latter one i cannot get it with php right?