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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -