GET-POST variables AJAX
-
Ok so, my case goes like this – I’ve got 2 simple dropdowns in a html page i created and embedded into one of my wordpress pages.. every time u select something out of the dropboxes it sends a simple AJAX request (through xmlhttp.open) and requests getResults.php with 2 $_GET[] variables (first and second dropdown values).
getResults.php returns some kind of table within the same page and all this process works just fine.
my question is – what should i do in case i want to run a google adwords campaign to this specific page but also send these two get variables within the url itself.. i mean, is there any way i could make some url rewrites so mydomain.com/helix-tragus will lead to this requested page but formed like mydomain.com/getResults.php?p=helix&q=tragus ?
thanks in advance.. hope i was clear enough..
The topic ‘GET-POST variables AJAX’ is closed to new replies.