php - $.ajax trying to get $_GET query variables inside newly loaded ajax page -


alright have div #pagecontainer loads php page page_$var.php , $var page number, need url query string variables cant seem retrieve them newly page.

example: loc=3&option=5

i cant grab inside new page

1) make sure page loading - output static value regardless of loc , option

2) print out $_server['query_string'] make sure parameters getting passed

3) print out dump of _get via var_dump($_get)

good luck!


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -